cgf
2025-08-23 9ec0a61f90ac2464eebc643bfe2d93ac9ba6e569
service-fee/src/main/java/com/java110/fee/api/FeeApi.java
@@ -177,9 +177,9 @@
                                              @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(",")) {