吉安感知网项目-后端
linwei
2026-04-08 89762b811e9bd0b13273d5a167423674b7b80d91
opt: 人大金仓数据库改造
1 files modified
2 ■■■ changed files
drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/mapper/GdDeviceCallMapper.xml 2 ●●● patch | view | raw | blame | history
drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/mapper/GdDeviceCallMapper.xml
@@ -33,7 +33,7 @@
            <if test="param2.patrolTaskName != null and param2.patrolTaskName != ''">
                and patrol_task_name like concat('%',#{param2.patrolTaskName},'%')
            </if>
            <if test="param2.deviceId != null and param2.deviceId != ''">
            <if test="param2.deviceId != null">
                and device_id = #{param2.deviceId}
            </if>
            <if test="param2.taskInitiatorId != null and param2.taskInitiatorId != ''">