diff --git a/mallinkAdmin/src/main/resources/db/migration/V201909161731__L_FLOW.sql b/mallinkAdmin/src/main/resources/db/migration/V201909161731__L_FLOW.sql index 13d9039c2..76d08455a 100644 --- a/mallinkAdmin/src/main/resources/db/migration/V201909161731__L_FLOW.sql +++ b/mallinkAdmin/src/main/resources/db/migration/V201909161731__L_FLOW.sql @@ -1,2 +1,4 @@ - -alter table wx_bill_settle_record change column `desc` remark varchar(500); \ No newline at end of file +update wx_flow_config set name='商铺租金+物业合同签约' where name ='商铺租赁合同签约'; +update wx_flow_config set name='商铺租金+物业合同终止' where name ='商铺租赁合同终止'; +update wx_flow_config set name='多经点位租金+物业合同签约' where name ='多经点位商铺租赁合同签约'; +update wx_flow_config set name='多经点位租金+物业合同终止' where name ='多经点位商铺租赁合同终止'; \ No newline at end of file