|
|
select distinct goods_id from order_don where status not in ('close','noPayment')
|
|
select distinct goods_id from order_don where status not in ('close','noPayment')
|
|
|
<foreach collection="userIds" item="item" open="(" separator="," close=")">
|
|
<foreach collection="userIds" item="item" open="(" separator="," close=")">
|