20260720
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
UPDATE t1
|
UPDATE t1
|
||||||
SET t1.ProessTypes = t2.ProessTypes
|
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
|
FROM [dbo].[HJGL_CH_HotProessTrustItem] t1
|
||||||
INNER JOIN [dbo].[HJGL_PW_JointInfo] t2
|
INNER JOIN [dbo].[HJGL_PW_JointInfo] t2
|
||||||
ON (t1.JOT_ID = t2.JOT_ID and t1.ProessTypes <> t2.ProessTypes)
|
ON (t1.JOT_ID = t2.JOT_ID and t1.ProessTypes <> t2.ProessTypes)
|
||||||
|
|||||||
Reference in New Issue
Block a user