zhanghua
2023-03-03 1ded71f8fe1b7ac7746e6ea6e09b7db4a4000340
ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml
@@ -169,6 +169,7 @@
                and t1.create_time between #{startTime} and #{endTime}
            </if>
        </where>
        order by t1.alarm_time desc
    </select>
    <select id="selectViolationPage" resultType="com.ycl.vo.casePool.QueryForViolationVO"