1
This commit is contained in:
3
Context/SQL/更新生产订单生成方式到生产用料清单.sql
Normal file
3
Context/SQL/更新生产订单生成方式到生产用料清单.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
UPDATE t1 SET t1.F_CREATETYPE = t0e_a.FCREATETYPE
|
||||
FROM T_PRD_MOENTRY_A t0e_a
|
||||
INNER JOIN T_PRD_PPBOM t1 on t0e_a.FENTRYID = t1.FMOENTRYID
|
||||
Reference in New Issue
Block a user