From e217ff89b3326c2172935eb0f0eafb37cffa8af0 Mon Sep 17 00:00:00 2001 From: luozukai Date: Mon, 27 May 2019 16:58:00 +0800 Subject: [PATCH] =?UTF-8?q?[bug][=E4=BF=AE=E6=94=B9][1001646]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/db/migration/V201905271447__L_ALTER_MSG.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 mallinkAdmin/src/main/resources/db/migration/V201905271447__L_ALTER_MSG.sql diff --git a/mallinkAdmin/src/main/resources/db/migration/V201905271447__L_ALTER_MSG.sql b/mallinkAdmin/src/main/resources/db/migration/V201905271447__L_ALTER_MSG.sql new file mode 100644 index 000000000..23c10f5b7 --- /dev/null +++ b/mallinkAdmin/src/main/resources/db/migration/V201905271447__L_ALTER_MSG.sql @@ -0,0 +1 @@ +update wx_msg_validationcode_model set content = '{merName}当期的待缴账单为{price}元,截止日期为{date} ,请登录{app}小程序查看账单并交费。' where type = 7 \ No newline at end of file