|
|
@@ -409,7 +409,7 @@
|
|
|
and wo.status in (3, 4, 5, 6)
|
|
|
</if>
|
|
|
<if test="busStatus != null and busStatus == 4">
|
|
|
- and wo.status in (7, 8, 9, 10, 11, 12, 13)
|
|
|
+ and wo.status in (7, 8, 9, 10, 12, 13)
|
|
|
</if>
|
|
|
<if test="month != null and month != ''">
|
|
|
and LEFT(wo.create_time, 7) = #{month, jdbcType=TIMESTAMP}
|