Commit 842f4546 by 仲光辉

feat: add sql.

parent 930de047
# alter table admin
# alter table admin
......@@ -3378,6 +3378,11 @@
alter table contract
add achievement_area decimal(10, 2) default null null comment '合同业绩面积';
alter table contract
add performance_department varchar(64) null comment '业绩部门';
......
UPDATE project_floor_sub_item
UPDATE project_floor_sub_item
......@@ -1234,6 +1234,23 @@ SET t.old_contract_uuid = null
WHERE t.uuid = 1692432712397815809;
UPDATE bill
SET company_uuid='1bbb1dcd9caa490abd695d8387e6ea03',
company_name='四川同心程信商务信息咨询有限公司'
WHERE uuid IN (
1712007013246959618,
1712007013251153924
);
UPDATE bill_company
SET company_uuid='1bbb1dcd9caa490abd695d8387e6ea03',
`name`='四川同心程信商务信息咨询有限公司'
WHERE bill_uuid IN (
1712007013246959618,
1712007013251153924
);
......
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