瀏覽代碼

bug

release_toaliyun_real
xhxu 5 年之前
父節點
當前提交
3ba3128d9d
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCUserMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCUserMapper.xml 查看文件

@@ -232,7 +232,7 @@




<select id="listOpenId" parameterType="com.iformall.domain.po.WxCUser" resultType="String"> <select id="listOpenId" parameterType="com.iformall.domain.po.WxCUser" resultType="String">
select open_id from wx_c_user where msg_count &gt; 10
select open_id from wx_c_user where msg_count &gt;= 10
<if test=" null != tenantId and '' != tenantId"> <if test=" null != tenantId and '' != tenantId">
and `tenant_id` = #{tenantId} and `tenant_id` = #{tenantId}
</if> </if>


Loading…
取消
儲存