|
|
@@ -1168,7 +1168,7 @@
|
|
|
from t_order_new a left join `user` b on a.buyer_id=b.id
|
|
|
left join admin c on a.salesman_id=c.id
|
|
|
left join admin d on a.finance_id=d.id
|
|
|
- <if test="specially == 2">
|
|
|
+ <if test="specially == 2">
|
|
|
left join (select * from t_order_back a where back_status=0) e on a.order_no=e.order_no
|
|
|
left join admin f on e.initiate=f.id
|
|
|
</if>
|