service-common/src/main/java/com/java110/common/api/AttrSpecApi.java
@@ -43,7 +43,7 @@ @RequestMapping(value = "/saveAttrSpec", method = RequestMethod.POST) public ResponseEntity<String> saveAttrSpec(@RequestBody JSONObject reqJson) { Assert.hasKeyAndValue(reqJson, "specCd", "请求报文中未包含specCd"); //Assert.hasKeyAndValue(reqJson, "specCd", "请求报文中未包含specCd"); Assert.hasKeyAndValue(reqJson, "tableName", "请求报文中未包含tableName"); Assert.hasKeyAndValue(reqJson, "specName", "请求报文中未包含specName"); Assert.hasKeyAndValue(reqJson, "specHoldplace", "请求报文中未包含specHoldplace");