java110
2022-06-23 3343885406b4fb874e82c5238bc31c0348e99ee7
service-report/src/main/java/com/java110/report/smo/impl/GeneratorOweFeeInnerServiceSMOImpl.java
@@ -32,6 +32,7 @@
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RestController;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
@@ -104,6 +105,9 @@
        Assert.hasLength(communityId, "未包含小区信息");
        //
        feeDataFiltering(communityId);
        //查询费用项
        FeeConfigDto feeConfigDto = new FeeConfigDto();
        feeConfigDto.setCommunityId(communityId);
@@ -125,6 +129,12 @@
        }
    }
    private void feeDataFiltering(String communityId) {
        Map reportFeeDto = new HashMap();
        reportFeeDto.put("communityId", communityId);
        reportOweFeeServiceDaoImpl.deleteInvalidFee(reportFeeDto);
    }
    /**
     * 按费用项来出账