ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml
@@ -96,8 +96,11 @@ <if test="violationsTypeId !=null"> and uv.grade_id = #{violationsTypeId} </if> <if test="videoId !=null"> and uv.video_point_id = #{videoId} </if> </where> order by id desc </select> <select id="listIllegalBuildingsPage" resultType="com.ycl.vo.casePool.CasePoolIllegalBuildingVO">