zhanghua
2023-10-26 8c80a8d7d70d0aa19fe194df49c21a88d2ba7589
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>