Commit 5ac591a6 by 徐高华

Merge branch 'bugfix-0517' into 'master'

sql

See merge request !1267
parents ea26ab57 7ca5b655
......@@ -460,7 +460,9 @@
</foreach>
and wx_enterprise_id = #{wxEnterpriseId}
and enterprise_id = #{enterpriseId}
and status_flag = 1 and external_status = 1 group by member_id
and status_flag = 1 and external_status = 1
and external_user_id is not null
group by member_id
</select>
<select id="getLastByExTernalUseridAndWxUserIdNoStatus" resultMap="BaseResultMap">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment