fuliqi
2024-09-27 c5220156021c5d90b6b7d33ec9154259936c3060
ycl-server/src/main/resources/mapper/zgyw/CheckIndexVideoMapper.xml
@@ -178,8 +178,14 @@
                AND dept_id = #{deptId}
            </if>
            <if test="dataScope == 1">
                AND examine_tag = 0
            </if>
            <if test="dataScope == 2">
                AND examine_tag = 1
            </if>
            <if test="dataScope == 3">
                AND examine_tag = 2
            </if>
        </where>
        ORDER BY
        create_time DESC