src/main/java/org/springblade/modules/dispatcher/mapper/DispatcherUnitMapper.xml
@@ -37,7 +37,7 @@ and sdu.city = #{dispatcherUnit.city} </if> <if test="dispatcherUnit.jurisdiction!=null"> and sdu.jurisdiction = #{dispatcherUnit.jurisdiction} and (sj.id = #{dispatcherUnit.jurisdiction} or sj.parent_id = #{dispatcherUnit.jurisdiction}) </if> <if test="dispatcherUnit.deptId!=null and dispatcherUnit.deptId!=''"> and sdu.dept_id = #{dispatcherUnit.deptId}