吉安感知网项目-后端
linwei
2026-01-30 9e57c59ef51e3baf6999eb8936ac27c1774d416f
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>