baizonghao
2023-03-08 cf315214806f029e320e5359fe44502186a0ad33
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"