Commit bce9b80f by 徐高华

单向好友

parent 5baab024
...@@ -903,7 +903,7 @@ ...@@ -903,7 +903,7 @@
and external_status = 3 and external_status = 3
</select> </select>
<select id="halfFriendPage" resultType="com.gic.haoban.manage.api.dto.ExternalClerkRelatedDTO"> <select id="halfFriendPage" resultMap="BaseResultMap">
select <include refid="Base_Column_List"/> from tab_haoban_external_clerk_related select <include refid="Base_Column_List"/> from tab_haoban_external_clerk_related
where wx_enterprise_id = #{wxEnterpriseId} and status_flag in (1,3,4) 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 external_status = 3 and staff_id = #{staffId} and clerk_id=#{clerkId} and store_id = #{storeId} and external_status = 3
......
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