| | |
| | | detailsVo.setPerLimit(merchandise.getPickUpQuantity()); |
| | | if (merchandise.getRedemptionMethod() == 1){ |
| | | detailsVo.setExchangeType(1); |
| | | detailsVo.setRequiredType(merchandise.getIntegral() + "积分"); |
| | | detailsVo.setIntegral(merchandise.getIntegral()); |
| | | }else { |
| | | detailsVo.setExchangeType(2); |
| | | detailsVo.setRequiredType(merchandise.getIntegral() + "积分+¥"+merchandise.getCash()); |
| | | detailsVo.setIntegral(merchandise.getIntegral()); |
| | | detailsVo.setCash(merchandise.getCash()); |
| | | } |
| | | detailsVo.setCost(merchandise.getPrice()); |
| | | if (merchandise.getUseScope() == 1){ |
| | |
| | | detailsVo.setResidueNum(merchandise.getQuantityIssued()-count); |
| | | detailsVo.setPerLimit(merchandise.getPickUpQuantity()); |
| | | if (merchandise.getRedemptionMethod() == 1){ |
| | | detailsVo.setRequiredType(merchandise.getIntegral() + "积分"); |
| | | detailsVo.setIntegral(merchandise.getIntegral()); |
| | | }else { |
| | | detailsVo.setRequiredType(merchandise.getIntegral() + "积分+¥"+merchandise.getCash()); |
| | | detailsVo.setIntegral(merchandise.getIntegral()); |
| | | detailsVo.setCash(merchandise.getCash()); |
| | | } |
| | | detailsVo.setCost(merchandise.getPrice()); |
| | | if (merchandise.getUseScope() == 1){ |
| | |
| | | detailsVo.setResidueNum(coupon.getQuantityIssued()-couponNums); |
| | | detailsVo.setPerLimit(coupon.getPickUpQuantity()); |
| | | if (merchandise.getRedemptionMethod() == 1){ |
| | | detailsVo.setRequiredType(merchandise.getIntegral() + "积分"); |
| | | detailsVo.setIntegral(merchandise.getIntegral()); |
| | | }else { |
| | | detailsVo.setRequiredType(merchandise.getIntegral() + "积分+¥"+merchandise.getCash()); |
| | | detailsVo.setIntegral(merchandise.getIntegral()); |
| | | detailsVo.setCash(merchandise.getCash()); |
| | | } |
| | | if (coupon.getUseScope() == 1){ |
| | | detailsVo.setBelongs("全国通用"); |