Kaynağa Gözat

解决:待执行任务分页列表查询不出周期性子任务

pull/365/head
suqin 10 ay önce
ebeveyn
işleme
2089e02c8f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      tuoheng-service/tuoheng-admin/src/main/resources/mapper/InspectionMapper.xml

+ 1
- 1
tuoheng-service/tuoheng-admin/src/main/resources/mapper/InspectionMapper.xml Dosyayı Görüntüle

<choose> <choose>
<!-- 单次任务程序:只展示待执行(5)的单次任务 --> <!-- 单次任务程序:只展示待执行(5)的单次任务 -->
<when test="request.singleTask != null and request.singleTask == 1"> <when test="request.singleTask != null and request.singleTask == 1">
and type = 1 and status = 5
and type in(0,1) and status = 5
</when> </when>
<!-- 执行任务程序:只展示准备中(6)、飞行中(10)、飞行完成(15)、飞行失败(7)、已取消(16)的单次任务、周期任务子任务 --> <!-- 执行任务程序:只展示准备中(6)、飞行中(10)、飞行完成(15)、飞行失败(7)、已取消(16)的单次任务、周期任务子任务 -->
<otherwise> <otherwise>

Yükleniyor…
İptal
Kaydet