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