Commit c55cdf9c by 仲光辉

feat: add sql.

parent 7a9459bb
UPDATE project_floor_sub_item
UPDATE project_floor_sub_item
......@@ -1116,6 +1116,16 @@ UPDATE mfg.contract_follow_admin t
SET t.user_uuid = '6c029174d2cf401e920e9fda1a5dc2f9'
WHERE t.uuid = 1567076253866999809;
UPDATE mfg.project_unit_rental t
SET t.delete_time = null
WHERE t.uuid LIKE 'b33164b8d4be468da306f996993846e7' ESCAPE '#';
UPDATE mfg.project_unit_rental t
SET t.delete_time = null
WHERE t.uuid LIKE '517cc615d505443e86abcd437710dadc' ESCAPE '#';
......
# bill 新增字段
# bill 新增字段
......@@ -58,5 +58,9 @@ alter table lease_refund_record
alter table contract_unit
modify contract_uuid varchar(64) not null comment 'contract uuid';
alter table bill_reply_slip
add bill_operation_record_uuid bigint(19) null comment 'bill_operation_record uuid';
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