| | |
| | | */ |
| | | @RequestMapping(value = "/deleteOaWorkflow", method = RequestMethod.POST) |
| | | public ResponseEntity<String> deleteOaWorkflow(@RequestBody JSONObject reqJson) { |
| | | Assert.hasKeyAndValue(reqJson, "communityId", "小区ID不能为空"); |
| | | |
| | | Assert.hasKeyAndValue(reqJson, "flowId", "flowId不能为空"); |
| | | |
| | |
| | | */ |
| | | @RequestMapping(value = "/queryOaWorkflow", method = RequestMethod.GET) |
| | | public ResponseEntity<String> queryOaWorkflow(@RequestHeader(value = "store-id") String storeId, |
| | | @RequestParam(value="flowId") String flowId, |
| | | @RequestParam(value="flowId",required = false) String flowId, |
| | | @RequestParam(value = "page") int page, |
| | | @RequestParam(value = "row") int row) { |
| | | OaWorkflowDto oaWorkflowDto = new OaWorkflowDto(); |