This commit is contained in:
2026-07-20 15:16:14 +08:00
parent 0f566a692a
commit 7736da9ab0
@@ -1,5 +1,12 @@
UPDATE t1
SET t1.ProessTypes = t2.ProessTypes
FROM [dbo].[HJGL_CH_HotProessResult] t1
INNER JOIN [dbo].[HJGL_PW_JointInfo] t2
ON (t1.JOT_ID = t2.JOT_ID and t1.ProessTypes <> t2.ProessTypes)
go
UPDATE t1
SET t1.ProessTypes = t2.ProessTypes
FROM [dbo].[HJGL_CH_HotProessTrustItem] t1
INNER JOIN [dbo].[HJGL_PW_JointInfo] t2
ON (t1.JOT_ID = t2.JOT_ID and t1.ProessTypes <> t2.ProessTypes)