|
@@ -1897,7 +1897,9 @@
|
|
|
</select>
|
|
</select>
|
|
|
<select id="selectOrderByuid" resultType="java.util.Map">
|
|
<select id="selectOrderByuid" resultType="java.util.Map">
|
|
|
select order_no orderNo,contract_no contractNo,total_amount totalAmount
|
|
select order_no orderNo,contract_no contractNo,total_amount totalAmount
|
|
|
- from t_order_new where delete_sign in (0,2) and buyer_id = #{uid}
|
|
|
|
|
|
|
+ from t_order_new
|
|
|
|
|
+ where delete_sign in (0,2) and process_status > 0
|
|
|
|
|
+ and buyer_id = #{uid}
|
|
|
order by create_time desc
|
|
order by create_time desc
|
|
|
</select>
|
|
</select>
|
|
|
<select id="orderSalesSourceAmount" resultType="com.goafanti.order.bo.outStatistics.OutOrderSalesSourceAmount">
|
|
<select id="orderSalesSourceAmount" resultType="com.goafanti.order.bo.outStatistics.OutOrderSalesSourceAmount">
|