Commit 8e1b89fe by 徐高华

Merge branch 'developer' of http://git.gicdev.com/haoban3.0/haoban-manage3.0.git into developer

parents e758fda8 8a99b0eb
......@@ -517,6 +517,7 @@
and status_flag in (1, 3, 4)
order by create_time
</select>
<select id="listByMemberIds" resultMap="BaseResultMap">
select
external_user_id,
......@@ -528,7 +529,6 @@
#{item}
</foreach>
and status_flag = 1
group by enterprise_id,wx_enterprise_id
</select>
<select id="listMemberIdsByMemberIds" resultType="String">
......@@ -552,6 +552,7 @@
<if test="enterpriseId != null and enterpriseId != ''">
and enterprise_id = #{enterpriseId}
</if>
group by enterprise_id,wx_enterprise_id
</select>
<select id="listByExternalUserId" 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