drone-service/drone-system/src/main/java/org/sxkj/system/mapper/DeptMapper.xml
@@ -315,6 +315,12 @@ <if test="areaCode!=null and areaCode!=''"> and bd.area_code = #{areaCode} </if> <if test="deptIds!=null and deptIds.size()>0"> and bd.id in <foreach item="item" index="index" collection="deptIds" open="(" separator="," close=")"> #{item} </foreach> </if> </select>