|
|
@@ -1638,6 +1638,7 @@ left join department d on o.order_dep = d.id left join t_order_mid a on o.orde
|
|
|
<select id="selectOrderByuid" resultType="java.util.Map">
|
|
|
select order_no orderNo,contract_no contractNo
|
|
|
from t_order_new where delete_sign in (0,2) and buyer_id = #{uid}
|
|
|
+ order by create_time desc
|
|
|
</select>
|
|
|
<select id="orderSalesSource" resultType="com.goafanti.order.bo.OutOrderSalesSource">
|
|
|
select y.province,dg.name ,y.total_amount totalAmount,y.counts,y.dhxkf,y.dhxkf/y.counts dhxkfl,
|