mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
Merge branch 'main' of http://192.168.1.205:9980/cf_devdept2/cf_imes_server
This commit is contained in:
+10
@@ -185,4 +185,14 @@ public class PlanController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@PostMapping("getPlanGoodsList")
|
||||||
|
@Operation(summary = "未排单混单获取分类的排单信息")
|
||||||
|
@PreAuthorize("@ss.hasPermission('manage:un-order-olan:create')")
|
||||||
|
public CommonResult<List<PlanActualGoodsResp>> getPlanGoodsList(@Valid @RequestBody SavePlanPlateList savePlanPlateList) {
|
||||||
|
|
||||||
|
return success(planService.getPlanGoodsList(savePlanPlateList));
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user