From eed9b33d76565cc4a65bcebcd13be9b6b7e145af Mon Sep 17 00:00:00 2001 From: wxz Date: Mon, 2 Nov 2020 15:58:55 +0800 Subject: [PATCH] =?UTF-8?q?sql=E5=AD=97=E6=AE=B5=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/WxmpTemplateMsgSubscribeStatusDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epmet-module/epmet-message/epmet-message-server/src/main/resources/mapper/WxmpTemplateMsgSubscribeStatusDao.xml b/epmet-module/epmet-message/epmet-message-server/src/main/resources/mapper/WxmpTemplateMsgSubscribeStatusDao.xml index ca12f834cc..132607a005 100644 --- a/epmet-module/epmet-message/epmet-message-server/src/main/resources/mapper/WxmpTemplateMsgSubscribeStatusDao.xml +++ b/epmet-module/epmet-message/epmet-message-server/src/main/resources/mapper/WxmpTemplateMsgSubscribeStatusDao.xml @@ -48,6 +48,6 @@ and CUSTOMER_ID = #{customerId} and CLIENT_TYPE = #{clientType} and TEMPLATE_ID = #{templateId} - and OPEN_ID = #{openId} + and WX_OPEN_ID = #{openId} \ No newline at end of file