mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
getPlanPlateData get修改为post
This commit is contained in:
+2
-2
@@ -152,10 +152,10 @@ public class OptimizePlanController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@GetMapping("/getPlanPlateData")
|
@PostMapping("/getPlanPlateData")
|
||||||
@Operation(summary = "未排单获取板材的所有数据")
|
@Operation(summary = "未排单获取板材的所有数据")
|
||||||
// @PreAuthorize("@ss.hasPermission('manage:un-order-olan:create')")
|
// @PreAuthorize("@ss.hasPermission('manage:un-order-olan:create')")
|
||||||
public CommonResult<OrderSource> getNoPlanPlateData (@Valid NoPlanFilterPlateReqVO reqVO) {
|
public CommonResult<OrderSource> getNoPlanPlateData (@Valid @RequestBody NoPlanFilterPlateReqVO reqVO) {
|
||||||
|
|
||||||
return success(optimizePlanService.getNoPlanPlateData(reqVO));
|
return success(optimizePlanService.getNoPlanPlateData(reqVO));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user