Commit 0ce45bd3 by 徐高华

导购任务-查询绑定导购

parent cdd6aedd
......@@ -195,5 +195,5 @@ public interface StaffMapper {
void updateStaffHead(@Param("staffId")String staffId, @Param("headUrl")String headUrl);
List<StaffDTO> listByParams(List<String> wxEnterpriseIdList, String params);
List<StaffDTO> listByParams(@Param("list")List<String> wxEnterpriseIdList, @Param("params")String params);
}
\ No newline at end of file
......@@ -688,7 +688,7 @@
<foreach collection="list" item="item" separator=",">
#{item}
</foreach> )
and (staff_name like #{params}) and status_flag = 1 limit 100
and staff_name like #{params} and status_flag = 1 limit 100
</select>
</mapper>
\ No newline at end of file
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