@ -231,8 +231,7 @@
AND t2.id = t.user_id
AND t3.cp_user_id = t2.staff_code
GROUP BY
t2.store_id ,
t2.staff_code
t2.store_id
</select>
<select id="selectCustomersByCpUserIdByList" resultType="java.util.Map">
@ -253,8 +252,7 @@
#{item}
</foreach>
t.store_id
</mapper>