| | |
| | | @RequestParam(value = "ownerId", required = false) String ownerId, |
| | | @RequestParam(value = "targetEndTime", required = false) String targetEndTime, |
| | | @RequestParam(value = "communityId") String communityId) { |
| | | if (StringUtil.isEmpty(payObjId) && StringUtil.isEmpty(ownerId)) { |
| | | throw new IllegalArgumentException("费用对象或者业主不能都为空"); |
| | | } |
| | | // if (StringUtil.isEmpty(payObjId) && StringUtil.isEmpty(ownerId)) { |
| | | // throw new IllegalArgumentException("费用对象或者业主不能都为空"); |
| | | // } |
| | | FeeDto feeDto = new FeeDto(); |
| | | if (!StringUtil.isEmpty(payObjId)) { |
| | | if (payObjId.contains(",")) { |