吉安感知网项目-后端
linwei
2026-04-08 56d70fc42435bcdaeea3e5144e7ceef6dd00f7f9
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>