注释未完成代码

This commit is contained in:
yangsb
2024-03-21 17:44:44 +08:00
parent cbe9c63ab1
commit 141b6cfe28
@@ -72,7 +72,8 @@ public class OptimizePlanController {
@Operation(summary = "获取cfData")
@PreAuthorize("@ss.hasPermission('executor:optimize-plate:create')")
public CommonResult<OptimizeParamResVO> getCfData(@RequestParam @Valid @NotNull(message = "排单id不能空") Long planId) {
return CommonResult.success(optimizePlanService.getCfData(planId));
//todo
return CommonResult.success(null);//optimizePlanService.getCfData(planId));
}
}