Browse Source

[修改][审批流][修改审批审批项名称]

release_toaliyun_real
luozukai 6 years ago
parent
commit
0bf1a365f0
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      mallinkAdmin/src/main/resources/db/migration/V201909161731__L_FLOW.sql

+ 4
- 2
mallinkAdmin/src/main/resources/db/migration/V201909161731__L_FLOW.sql View File

@@ -1,2 +1,4 @@

alter table wx_bill_settle_record change column `desc` remark varchar(500);
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 ='多经点位商铺租赁合同终止';

Loading…
Cancel
Save