Commit 31b15fdb by 仲光辉

feat: add sql.

parent d0cfb99a
UPDATE project_floor_sub_item UPDATE project_floor_sub_item
...@@ -590,6 +590,35 @@ AND settlement_status=2; ...@@ -590,6 +590,35 @@ AND settlement_status=2;
UPDATE mfg.bill t
SET t.is_delete = 1
WHERE t.uuid = 1643079072084459544;
UPDATE mfg.bill_item t
SET t.is_delete = 1
WHERE t.uuid = 1643079072315146241;
UPDATE mfg.bill t
SET t.is_delete = 1
WHERE t.uuid = 1643079072084459546;
UPDATE mfg.bill_item t
SET t.is_delete = 1
WHERE t.uuid = 1643079072323534849;
UPDATE mfg.bill_item t
SET t.amount = 9000.00,
t.should_amount = 9000.00,
t.need_amount = 9000.00,
t.origin_should_amount = 9000.00
WHERE t.uuid = 1643079072319340545;
UPDATE mfg.bill_item t
SET t.final_unit_price = 9000.00
WHERE t.uuid = 1643079072319340545;
......
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