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