1098226878
2021-09-07 15929f913857a779c6d4e792a203a5dacc62e6c8
service-fee/src/main/java/com/java110/fee/api/PayFeeDetailApi.java
old mode 100644 new mode 100755
@@ -31,6 +31,8 @@
    public ResponseEntity<String> saveImportFeeDetail(@RequestBody String reqJsonStr) {
        JSONObject reqJson = JSONObject.parseObject(reqJsonStr);
        Assert.hasKeyAndValue(reqJson, "communityId", "请求报文中未包含小区信息");
        Assert.hasKeyAndValue(reqJson, "objType", "请求报文中未包含费用对象");