fuliqi
2024-10-13 f962534ae431779f3e341365af2e30fdd0afeb0f
ycl-server/src/main/resources/mapper/zgyw/TMonitorMapper.xml
@@ -175,6 +175,7 @@
        left join t_yw_point p on m.serial_number = p.serial_number
        left join sys_dept d on p.dept_id = d.dept_id
        <where>
            p.examine_status = 1
            <if test="cameraFunType!=null">
                and m.camera_fun_type like concat('%',#{cameraFunType},'%')
            </if>