Commit 0dd5342f by 仲光辉

feat: add sql.

parent 31b15fdb
UPDATE project_floor_sub_item
UPDATE project_floor_sub_item
......@@ -617,6 +617,16 @@ UPDATE mfg.bill_item t
SET t.final_unit_price = 9000.00
WHERE t.uuid = 1643079072319340545;
UPDATE mfg.bill_item t
SET t.is_delete = 0
WHERE t.uuid = 1643079072323534849;
UPDATE mfg.bill t
SET t.is_delete = 0
WHERE t.uuid = 1643079072084459546;
......
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