1
zhanghua
2023-12-04 58ba6151b21c7a73d32ee9ab6ff55bbb755f02d5
ycl-platform/src/main/resources/mapper/equipment/VideoMapper.xml
@@ -40,7 +40,7 @@
                and vp.community_id = #{communityId}
            </if>
        </where>
        ORDER BY vp.id DESC
        ORDER BY vp.code DESC
    </select>
</mapper>