Commit fbc1942f by 仲光辉

feat: add sql.

parent a373c328
UPDATE project_floor_sub_item UPDATE project_floor_sub_item
...@@ -331,6 +331,45 @@ UPDATE bill ...@@ -331,6 +331,45 @@ UPDATE bill
SET company_uuid='4cc8ddd218e6410e8584bbfba7c482a1' SET company_uuid='4cc8ddd218e6410e8584bbfba7c482a1'
WHERE company_uuid='435a1484fd9f4433939a2c3feae4bab7'; WHERE company_uuid='435a1484fd9f4433939a2c3feae4bab7';
UPDATE mfg.admin t
SET t.mobile = '13551195895'
WHERE t.uuid LIKE '988b81e56aba4a4991159442b335d8e8' ESCAPE '#';
UPDATE mfg.bill_item t
SET t.should_amount = 84000.00,
t.real_amount = 0.00,
t.amount_completed = 0.00,
t.need_amount = 84000.00,
t.origin_should_amount = 84000.00,
t.late_fee_settlements_count = 0
WHERE t.uuid = 1598561648169779202;
UPDATE mfg.bill_item t
SET t.settlement_status = 1
WHERE t.uuid = 1598561648169779202;
UPDATE mfg.bill t
SET t.overdue_status = 1,
t.has_late_fee = 0,
t.is_exemptions_late_fee = 0,
t.exemptions_late_fee_amount = 0.00,
t.settlement_status = 1
WHERE t.uuid = 1598561648048144389;
UPDATE mfg.bill_operation_record t
SET t.is_delete = 1
WHERE t.uuid = 1625320144392810499;
UPDATE mfg.bill_operation_record t
SET t.is_delete = 1
WHERE t.uuid = 1621423704937922562;
UPDATE mfg.bill_operation_record t
SET t.is_delete = 1
WHERE t.uuid = 1620607853716373505;
......
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