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