service-oa/src/main/java/com/java110/oa/api/OaWorkflowApi.java
@@ -94,7 +94,6 @@ */ @RequestMapping(value = "/deleteOaWorkflow", method = RequestMethod.POST) public ResponseEntity<String> deleteOaWorkflow(@RequestBody JSONObject reqJson) { Assert.hasKeyAndValue(reqJson, "communityId", "小区ID不能为空"); Assert.hasKeyAndValue(reqJson, "flowId", "flowId不能为空");