<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> |