fuliqi
2024-10-12 6493519966944e5d23af8401517d27de424a7259
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>