huanghongfa
2021-09-26 6a2ce599e8c7df56c28176526ee43c1e177b06b1
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 != &quot;&quot;">
            AND e.event_clazz like concat('%',#{pageEventDTO.eventClazz},'%')
         </if>
         <if test="pageEventManageDTO.urgent!=null">
            AND e.urgent = #{pageEventManageDTO.urgent}
         </if>