springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/resources/mapper/EventMapper.xml
@@ -480,6 +480,9 @@ <if test="pageEventManageDTO.yellowCard!=null"> AND e.yellow_card = #{pageEventManageDTO.yellowCard} </if> <if test="pageEventManageDTO.eventClazz != null and pageEventManageDTO.eventClazz != """> AND e.event_clazz like concat('%',#{pageEventDTO.eventClazz},'%') </if> <if test="pageEventManageDTO.urgent!=null"> AND e.urgent = #{pageEventManageDTO.urgent} </if>