baizonghao
2023-03-03 01a89c88265cabc16afbf101fe17b60a95a3f52a
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"