소스 검색

bug

release_toaliyun_real
xhxu 4 년 전
부모
커밋
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>


불러오는 중...
취소
저장