吉安感知网项目-后端
linwei
2026-04-08 8f0c4060b5e431d5d36ec712b002e557192be222
drone-service/drone-system/src/main/java/org/sxkj/system/mapper/DeptMapper.xml
@@ -296,7 +296,7 @@
            and bd.area_code like concat(concat('%', #{param2.areaCode}),'%')
        </if>
        <if test="param2.deptCode!=null and param2.deptCode!=''">
            and bd.dept_code = #{param2.deptCode}
            and bd.dept_code like concat(concat('%', #{param2.deptCode}),'%')
        </if>
            ORDER BY bd.create_time DESC
    </select>