|
|
@@ -1328,7 +1328,7 @@
|
|
|
a.finance_id = d.id left join admin e on
|
|
|
a.technician_id = e.id left join department_management f on
|
|
|
c.department_id = f.id
|
|
|
- where a.order_type = 0 and order_status = 3
|
|
|
+ where a.order_type = 0 and order_status = 3 and delete_sign = 0
|
|
|
<if test="orderNo != null">
|
|
|
and a.order_no = #{orderNo,jdbcType=VARCHAR}
|
|
|
</if>
|