|
|
|
@@ -232,7 +232,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<select id="listOpenId" parameterType="com.iformall.domain.po.WxCUser" resultType="String"> |
|
|
|
select open_id from wx_c_user where msg_count > 10 |
|
|
|
select open_id from wx_c_user where msg_count >= 10 |
|
|
|
<if test=" null != tenantId and '' != tenantId"> |
|
|
|
and `tenant_id` = #{tenantId} |
|
|
|
</if> |
|
|
|
|