ycl-platform/src/main/resources/mapper/equipment/VideoMapper.xml
@@ -39,8 +39,11 @@ <if test="communityId!=null"> and vp.community_id = #{communityId} </if> <if test="type!=null"> and vp.type = #{type} </if> </where> ORDER BY vp.id DESC ORDER BY vp.code DESC </select> </mapper>