@ -116,6 +116,7 @@
customer_staff
WHERE
del_flag = '0'
<if test="staffIds != null and staffIds.size() > 0">
AND user_id IN
<foreach item="staffId" collection="staffIds" open="(" separator="," close=")">
#{staffId}
@ -126,6 +127,7 @@
</foreach>
)
</if>
</select>
<select id="selectByStaffId" resultType="com.epmet.dataaggre.dto.epmetuser.CustomerStaffDTO">