huanghongfa
2021-07-08 0cbf7ed7772684e7ea4f6f957dc0d6d6379acee3
springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/resources/mapper/EventVisitingTasksMapper.xml
@@ -100,10 +100,10 @@
         and u.user_id = #{query.userId}
      </if>
      <if test = "query.status == 1">
         and (vt.event_status = 1 or vt.event_status = 6)
         and (vt.event_status = 1 or vt.event_status = 3)
      </if>
      <if test = "query.status == 2">
         and (vt.event_status = 3 or vt.event_status = 7)
         and vt.event_status = 2
      </if>
      <if test = "query.status == 0">
            and (vt.event_status = 1 or vt.event_status = 3 or vt.event_status = 6 or vt.event_status = 6)