manailin
2021-06-23 687a0687ebad6cd1cfcb6a6017a99ec0458d1d1a
springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/resources/mapper/EventMapper.xml
@@ -918,16 +918,22 @@
               and e.create_at <![CDATA[<=]]> #{eventListDTO.endTime}
            </if>
            <if test='eventListDTO.gridId != null'>
               and e.grid_id = #{eventListDTO.gridId}
            <if test='eventListDTO.gridIds != null and eventListDTO.gridIds.size > 0'>
               and e.grid_id in
               <foreach collection='eventListDTO.gridIds' item='id' index='index' open='(' close=')' separator=',' >
               #{id}
               </foreach>
            </if>
            <if test='eventListDTO.eventCategory != null'>
               and e.event_category = #{eventListDTO.eventCategory}
            </if>
            <if test='eventListDTO.eventType != null'>
               and e.event_type = #{eventListDTO.eventType}
            <if test='eventListDTO.eventTypes != null and eventListDTO.eventTypes.size > 0'>
               and e.event_type in
               <foreach collection='eventListDTO.eventTypes' item='id' index='index' open='(' close=')' separator=',' >
                  #{id}
               </foreach>
            </if>
            <if test='eventListDTO.eventDealStatus != null'>