吉安感知网项目-后端
linwei
2026-04-10 834d64779f950cab6b28bc38e2d49cf04b1dd9d1
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>