| | |
| | | projUseDto.setVipId(projUseOperationDto.getVipId()); |
| | | projUseDto.setTcId(taocanProjUse.getId()); |
| | | projUseDto.setUpdateUserId(projUseOperationDto.getUpdateUserId()); |
| | | projUseDto.setDeductionNum(assemble.getDeductionNum()); |
| | | SysProjUse tempUse = createProjectUse(projUseDto, assemble.getShoppingGoods()); |
| | | sumBanance += tempUse.getBalance(); |
| | | surplusCount += tempUse.getSurplusCount(); |
| | |
| | | puse.setType(Dictionary.SHOPPING_GOODS_TYPE_XM); |
| | | puse.setProjName(shoppingGoods.getName()); |
| | | puse.setTaocanId(projUseOperationDto.getTcId()); |
| | | puse.setDeductionNum(projUseOperationDto.getDeductionNum()); |
| | | // 赠送和打折后金额为0的都视为赠送项目 |
| | | if (!projUseOperationDto.isFree()) { |
| | | puse.setSource(Dictionary.TAOCAN_SOURCE_GM); |