Commit 5baab024 by 徐高华

单向好友

parent 772b904f
......@@ -906,7 +906,7 @@
<select id="halfFriendPage" resultType="com.gic.haoban.manage.api.dto.ExternalClerkRelatedDTO">
select <include refid="Base_Column_List"/> from tab_haoban_external_clerk_related
where wx_enterprise_id = #{wxEnterpriseId} and status_flag in (1,3,4)
and staff_id = #{staffId} and clerk_id=#{clerkId} and store_id = #{storeId}
and staff_id = #{staffId} and clerk_id=#{clerkId} and store_id = #{storeId} and external_status = 3
<if test="type==1">
and member_id is not null
</if>
......
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