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