| | |
| | | List<UserSystemCouponRecord> list = getRecordByOrderNoList(source, orderList);
|
| | | for (UserSystemCouponRecord record : list) {
|
| | | if (record.getCouponType().equalsIgnoreCase(CouponTypeEnum.freeCoupon.name())
|
| | | || record.getCouponType().equalsIgnoreCase(CouponTypeEnum.welfareFreeCoupon.name())) {
|
| | | || record.getCouponType().equalsIgnoreCase(CouponTypeEnum.welfareFreeCoupon.name())
|
| | | || record.getCouponType().equalsIgnoreCase(CouponTypeEnum.freeCouponBuy.name())) {
|
| | | if (record.getState() == UserSystemCouponRecord.STATE_FREE_ON
|
| | | || record.getState() == UserSystemCouponRecord.STATE_SUCCESS)
|
| | | return true;
|