Commit ad3d79f1 by 徐高华

sql

parent ee321b27
...@@ -664,7 +664,7 @@ ...@@ -664,7 +664,7 @@
<select id="listPageByWxenterpriseId" resultMap="BaseResultMap"> <select id="listPageByWxenterpriseId" resultMap="BaseResultMap">
select DISTINCT(external_user_id) from tab_haoban_external_clerk_related where wx_enterprise_id = #{wxEnterpriseId} and status_flag = 1 select DISTINCT(external_user_id) external_user_id , create_time from tab_haoban_external_clerk_related where wx_enterprise_id = #{wxEnterpriseId} and status_flag = 1
limit ${startItem},${pageSize} limit ${startItem},${pageSize}
</select> </select>
......
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