提交代码

This commit is contained in:
2023-10-08 14:17:29 +08:00
parent e2b5b2e4b9
commit d85160bb0a
3 changed files with 6 additions and 2 deletions
@@ -25,3 +25,7 @@ LEFT JOIN AttachFile AS a ON a.ToKeyId = equ.GeneralEquipmentQualityId
GO
update QualityAudit_GeneralEquipmentQuality set QRCodeAttachUrl =NULL
GO