吉安感知网项目-后端
linwei
2026-01-23 a48221b7377fc843f3e9fd9afadcc9e0db3e0394
drone-service/drone-system/src/main/java/org/sxkj/system/mapper/DeptMapper.xml
@@ -289,6 +289,9 @@
        <if test="param2.fullName!=null and param2.fullName!=''">
            and bd.full_name like concat(concat('%', #{param2.fullName}),'%')
        </if>
        <if test="param2.areaCode!=null and param2.areaCode!=''">
            and bd.area_code = #{param2.areaCode}
        </if>
    </select>