|
|
@@ -571,7 +571,7 @@
|
|
|
inner join order_don o on o.user_Id = us.user_id
|
|
|
where o.`status` not in ('close','noPayment','refund')
|
|
|
and o.created_time BETWEEN #{start} and #{end}
|
|
|
- and o.goods_id = #{goodsId} and o.is_fixed_distribute
|
|
|
+ and o.goods_id = #{goodsId}
|
|
|
<if test="isGeneral != null">
|
|
|
<if test="isGeneral">
|
|
|
and ud.id is null
|