| | |
| | | if (!ImportCustomCreateFeeDto.TYPE_CAR.equals(importCustomCreateFeeDto.getObjType())) { |
| | | continue; |
| | | } |
| | | importCustomCreateFeeDto.setCarNum(importCustomCreateFeeDto.getObjName()); |
| | | |
| | | cars.add(importCustomCreateFeeDto); |
| | | } |
| | | |
| | |
| | | payFeePo.setUserId(result.getUserId()); |
| | | payFeePo.setIncomeObjId(result.getStoreId()); |
| | | payFeePo.setFeeTypeCd(feeConfigDtos.get(0).getFeeTypeCd()); |
| | | payFeePo.setFeeFlag(FeeDto.FEE_FLAG_ONCE); |
| | | payFeePo.setFeeFlag(feeConfigDtos.get(0).getFeeFlag()); |
| | | payFeePo.setAmount("-1"); |
| | | payFeePo.setBatchId(batchId); |
| | | payFeePo.setEndTime(importRoomFee.getStartTime()); |
| | |
| | | } |
| | | } |
| | | |
| | | if (payFeePos.size() < 1) { |
| | | return; |
| | | } |
| | | |
| | | feeInnerServiceSMOImpl.saveFee(payFeePos); |
| | | |
| | | feeAttrInnerServiceSMOImpl.saveFeeAttrs(feeAttrPos); |