Commit 0d0af53f by 仲光辉

feat: add sql.

parent 03e64b4c
# # 2022.05.25 # # 2022.05.25
...@@ -5660,6 +5660,9 @@ ...@@ -5660,6 +5660,9 @@
### 线上数据已经执行 执行时间: 2023.01.18 0127 ### 线上数据已经执行 执行时间: 2023.01.18 0127
alter table contract
modify rent_deposit_months decimal(6, 2) default 0.00 null comment '押几个月租金保证金(元)';
......
UPDATE project_floor_sub_item UPDATE project_floor_sub_item
...@@ -42,3 +42,6 @@ WHERE obj_no IN (SELECT DISTINCT obj_no ...@@ -42,3 +42,6 @@ WHERE obj_no IN (SELECT DISTINCT obj_no
'HT-XAS-ZAGJFZ-伍11-202212-1861' 'HT-XAS-ZAGJFZ-伍11-202212-1861'
)) ))
LIMIT 16; LIMIT 16;
UPDATE mfg.contract t SET t.opportunity_uuid = 1624981010162188290, t.opportunity_contact_uuid = 'bd48613fa7a066c46ab5ba2c89678108', t.opportunity_contact_name = '杜敏' WHERE t.uuid = 1613730111323897857
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