Commit 76100e07 by 仲光辉

feat: add sql.

parent b762ee37
UPDATE project_floor_sub_item
UPDATE project_floor_sub_item
......@@ -990,6 +990,24 @@ WHERE b.bill_code IN (
AND b.is_delete = 0
AND bi.is_delete = 0;
UPDATE mfg.contract t
SET t.fid = null
WHERE t.uuid = 1674368771689545730;
UPDATE mfg.bill_item t
SET t.type = 1
WHERE t.uuid = 1587357942289657858;
UPDATE mfg.bill_item t
SET t.type = 1
WHERE t.uuid = 1587357942298046465;
UPDATE mfg.bill_item t
SET t.type = 1
WHERE t.uuid = 1587357942293852161;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment