huanghongfa
2021-07-08 aba489c74e27e36ece27c5e1b8f591560775cf90
springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/resources/mapper/EventVisitingTasksMapper.xml
@@ -126,6 +126,9 @@
      <if test = "query.exception != null">
         and vt.exception = #{query.exception}
      </if>
      <if test = "query.status != null and query.status == 2">
         and vt.event_status = 2
      </if>
      <if test = "query.eventStatus == 3 or query.eventStatus == 7">
         and vt.event_status = #{query.eventStatus}
      </if>