java110
2023-06-14 d843fe668c29bd45c986bc915bcdb72a527e2776
service-fee/src/main/java/com/java110/fee/api/PayFeeAuditApi.java
@@ -49,7 +49,7 @@
        Assert.hasKeyAndValue(reqJson, "communityId", "请求报文中未包含communityId");
        Assert.hasKeyAndValue(reqJson, "feeId", "请求报文中未包含feeId");
        //Assert.hasKeyAndValue(reqJson, "feeId", "请求报文中未包含feeId");
        Assert.hasKeyAndValue(reqJson, "feeDetailId", "请求报文中未包含缴费ID");
        Assert.hasKeyAndValue(reqJson, "state", "请求报文中未包含state");
        UserDto userDto = new UserDto();