|
|
@@ -5,7 +5,7 @@
|
|
|
|
|
|
<select id="selectUserHasPaySkuDifferRecord"
|
|
|
resultType="com.cyksj.model.entity.GoodsWholesaleUserSkuPayRecord">
|
|
|
- select gor.* from (select id from goods_wholesale_user_sku_pay_record where status not in ('close','noPayment','refund') and
|
|
|
+ select gor.* from (select id from goods_wholesale_order_don where status not in ('close','noPayment','refund') and
|
|
|
user_id in
|
|
|
<foreach collection="userIds" item="item" open="(" separator="," close=")">
|
|
|
#{item}
|