| | |
| | | |
| | | FeeConfigDto feeConfigDto = new FeeConfigDto(); |
| | | feeConfigDto.setCommunityId(reqJson.getString("communityId")); |
| | | feeConfigDto.setConfigId(reqJson.getString("configId")); |
| | | feeConfigDto.setConfigId(config.getString("configId")); |
| | | List<FeeConfigDto> feeConfigDtos = feeConfigInnerServiceSMOImpl.queryFeeConfigs(feeConfigDto); |
| | | Assert.listOnlyOne(feeConfigDtos, "当前费用项ID不存在或存在多条" + reqJson.getString("configId")); |
| | | |
| | |
| | | businessUnit.put("startTime", config.getString("startTime")); |
| | | businessUnit.put("endTime", config.getString("startTime")); |
| | | businessUnit.put("communityId", paramInJson.getString("communityId")); |
| | | businessUnit.put("payerObjId", config.getString("payerObjId")); |
| | | businessUnit.put("payerObjType", config.getString("payerObjType")); |
| | | businessUnit.put("payerObjId", paramInJson.getString("payerObjId")); |
| | | businessUnit.put("payerObjType", paramInJson.getString("payerObjType")); |
| | | businessUnit.put("feeFlag", feeConfigDtos.get(0).getFeeFlag()); |
| | | businessUnit.put("state", "2008001"); |
| | | businessUnit.put("batchId", paramInJson.getString("batchId")); |