src/main/java/org/springblade/modules/dispatcher/mapper/DispatcherMapper.xml
@@ -29,6 +29,9 @@ <if test="dispatcher.deptId!=null"> and sd.dept_id = #{dispatcher.deptId} </if> <if test="dispatcher.userIds!=null and dispatcher.userIds!=''"> and sd.user_ids like concat('%', #{dispatcher.userIds},'%') </if> <if test="dispatcher.name!=null and dispatcher.name!=''"> and sd.name like concat('%', #{dispatcher.name},'%') </if>