From 7679dc46530d5f34cf59099bd96fbade7bd31e2b Mon Sep 17 00:00:00 2001 From: xhxu Date: Wed, 11 Nov 2020 11:25:14 +0800 Subject: [PATCH] bug --- .../src/main/resources/mapper/WxTemplateMsgMapper.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxTemplateMsgMapper.xml b/mallinkService/src/main/resources/mapper/WxTemplateMsgMapper.xml index 9f20cfbf8..438f995dc 100644 --- a/mallinkService/src/main/resources/mapper/WxTemplateMsgMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxTemplateMsgMapper.xml @@ -6,6 +6,8 @@ + + @@ -13,7 +15,7 @@ - `id`,`tenant_id`,`parent_tenant_id`,`template_id`,`type`,`create_date`,`update_date`,`on_off` + `id`,`tenant_id`,`parent_tenant_id`,`template_id`,`type`,`custom_param`,`create_date`,`update_date`,`on_off`