This commit is contained in:
he
2022-05-27 10:01:16 +08:00
parent 5740850758
commit a40926235b
6 changed files with 24 additions and 8 deletions
+7
View File
@@ -0,0 +1,7 @@
-----2022-05-27------------------------
update DataInspection set BatchId=Id where BatchId is null
update QCChallenge set Code=ChallengeCode
update QCChallenge set ChallengeCode='D'+ RIGHT('00000'+CAST( Code AS nvarchar(50)),5);