吉安感知网项目-后端
linwei
2026-04-08 8f0c4060b5e431d5d36ec712b002e557192be222
opt: 支持模糊查询
1 files modified
2 ■■■ changed files
drone-service/drone-system/src/main/java/org/sxkj/system/mapper/DeptMapper.xml 2 ●●● patch | view | raw | blame | history
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>