shiyj1101
2021-08-06 df3192f4e98377526d098928a9910c03e836c630
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", "请求报文中未包含费用对象");