From 0bf1a365f08ca64534e9996677ca150f98f484f2 Mon Sep 17 00:00:00 2001 From: luozukai Date: Mon, 16 Sep 2019 17:32:48 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9][=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=E6=B5=81][=E4=BF=AE=E6=94=B9=E5=AE=A1=E6=89=B9=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E9=A1=B9=E5=90=8D=E7=A7=B0]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/db/migration/V201909161731__L_FLOW.sql | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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