Commit 1cc27728 by 仲光辉

feat: add sql.

parent a0e8790a
UPDATE project_floor_sub_item
UPDATE project_floor_sub_item
......@@ -44,7 +44,11 @@ WHERE obj_no IN (SELECT DISTINCT obj_no
LIMIT 16;
UPDATE mfg.contract t SET t.opportunity_uuid = 1624981010162188290, t.opportunity_contact_uuid = 'bd48613fa7a066c46ab5ba2c89678108', t.opportunity_contact_name = '杜敏' WHERE t.uuid = 1613730111323897857
UPDATE mfg.contract t
SET t.opportunity_uuid = 1624981010162188290,
t.opportunity_contact_uuid = 'bd48613fa7a066c46ab5ba2c89678108',
t.opportunity_contact_name = '杜敏'
WHERE t.uuid = 1613730111323897857
UPDATE mfg.contract t
......@@ -187,10 +191,10 @@ WHERE t.uuid = 1597231717989023745
t.enable_operating_management_bill =
0;
UPDATE bill AS b
INNER JOIN bill_item AS bi ON bi.bill_uuid=b.uuid AND bi.is_parent=1
UPDATE bill AS b
INNER JOIN bill_item AS bi ON bi.bill_uuid = b.uuid AND bi.is_parent = 1
SET b.payment_date=bi.pay_date
WHERE bi.fee_type_uuid='1494239635921162240'
WHERE bi.fee_type_uuid = '1494239635921162240'
UPDATE mfg.contract t
SET t.opportunity_uuid = 1626422072642699265,
......@@ -235,6 +239,11 @@ SET t.opportunity_uuid = 1599958509728366593,
t.opportunity_contact_name = '李总'
WHERE t.uuid = 1599957680989413377;
UPDATE mfg.contract t
SET t.opportunity_uuid = 1630140674201944065,
t.opportunity_contact_uuid = 'a2384decba8320a431b8e7a1c37afe7a',
t.opportunity_contact_name = '杨伯虎'
WHERE t.uuid = 1627510036635971586
......
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