mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 05:42:06 +08:00
注释未完成代码
This commit is contained in:
+2
-1
@@ -72,7 +72,8 @@ public class OptimizePlanController {
|
|||||||
@Operation(summary = "获取cfData")
|
@Operation(summary = "获取cfData")
|
||||||
@PreAuthorize("@ss.hasPermission('executor:optimize-plate:create')")
|
@PreAuthorize("@ss.hasPermission('executor:optimize-plate:create')")
|
||||||
public CommonResult<OptimizeParamResVO> getCfData(@RequestParam @Valid @NotNull(message = "排单id不能空") Long planId) {
|
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));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user