|
|
@@ -1063,6 +1063,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="excludeRepairMethod2 != null and excludeRepairMethod2">
|
|
|
and repair_method != '2'
|
|
|
</if>
|
|
|
+ <if test="orderByField != null and orderByField == 'restartTime'">
|
|
|
+ and work_order_status IN ('completed','archived')
|
|
|
+ </if>
|
|
|
</where>
|
|
|
<choose>
|
|
|
<when test="orderByField != null and orderByField == 'occurTime'">
|