fix: 企标启用转办接口报错

This commit is contained in:
2023-12-04 15:09:14 +08:00
parent 8115d28cea
commit a51c1c534b
@@ -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();
}
}