shiyj1101
2021-08-06 c24e6a67d4716d582d5c8443126a67fb761461b0
service-report/src/main/java/com/java110/report/api/ReportInfoSettingTitleValueApi.java
@@ -38,7 +38,6 @@
    public ResponseEntity<String> saveReportInfoSettingTitleValue(@RequestBody JSONObject reqJson) {
        Assert.hasKeyAndValue(reqJson, "valueId", "请求报文中未包含valueId");
        Assert.hasKeyAndValue(reqJson, "titleId", "请求报文中未包含titleId");
        Assert.hasKeyAndValue(reqJson, "communityId", "请求报文中未包含communityId");
        Assert.hasKeyAndValue(reqJson, "qaValue", "请求报文中未包含qaValue");
        Assert.hasKeyAndValue(reqJson, "seq", "请求报文中未包含seq");