From 2254fbf48ce06dcdc53928e8610657ea28d12c3a Mon Sep 17 00:00:00 2001 From: gongbiao Date: Fri, 18 Oct 2019 13:54:29 +0800 Subject: [PATCH] =?UTF-8?q?[=E8=8F=9C=E5=8D=95][=E4=BF=AE=E6=94=B9][?= =?UTF-8?q?=E5=90=8D=E7=A7=B0]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/db/migration/V201910181353__MENU_CHANGED.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mallinkAdmin/src/main/resources/db/migration/V201910181353__MENU_CHANGED.sql diff --git a/mallinkAdmin/src/main/resources/db/migration/V201910181353__MENU_CHANGED.sql b/mallinkAdmin/src/main/resources/db/migration/V201910181353__MENU_CHANGED.sql new file mode 100644 index 000000000..c2fc35ac8 --- /dev/null +++ b/mallinkAdmin/src/main/resources/db/migration/V201910181353__MENU_CHANGED.sql @@ -0,0 +1,3 @@ +update mall_permission set name = '线上交易' where id=409; +update mall_permission set name = '线上自动分账' where id=410; +update mall_permission set name = '营销结算' where id=411; \ No newline at end of file