Browse Source

sql字段错误修复

dev_shibei_match
wxz 5 years ago
parent
commit
eed9b33d76
  1. 2
      epmet-module/epmet-message/epmet-message-server/src/main/resources/mapper/WxmpTemplateMsgSubscribeStatusDao.xml

2
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}
</select>
</mapper>
Loading…
Cancel
Save