fix: 企标启用转办接口报错
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@ public class ESEnableController {
|
||||
@PostMapping(value = "/transfer")
|
||||
public Result<?> transfer(@RequestBody TransferVO transferVO) {
|
||||
processHandleService.transfer(transferVO.getTaskId(), transferVO.getUserId());
|
||||
Result.OK();
|
||||
return Result.OK();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user