提交代码

This commit is contained in:
2024-08-04 15:36:39 +08:00
parent 9e4e28fda2
commit 40d415371f
4 changed files with 144 additions and 75 deletions
@@ -1,5 +1,5 @@
alter table Transfer_LHCSystemList add UpdateTime datetime NULL
GO;
GO
update Transfer_PunchlistFrom set IsMatI='Y' where IsMatI='1'
GO
update Transfer_PunchlistFrom set IsMatI='N' where IsMatI='0'