mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 05:42:06 +08:00
/executor/order/component/detail/list 接口恢复
This commit is contained in:
+7
@@ -50,6 +50,13 @@ public class OrderComponentController {
|
|||||||
@Resource
|
@Resource
|
||||||
private AssemblyListService assemblyListService;
|
private AssemblyListService assemblyListService;
|
||||||
|
|
||||||
|
@PostMapping("/detail/list")
|
||||||
|
@Operation(summary = "查询订单详情部件列表")
|
||||||
|
@PreAuthorize("@ss.hasPermission('production:manager-list:detail')")
|
||||||
|
public CommonResult<List<OrderComponentRespVO>> getOrderComponentList(@Valid @RequestBody OrderDetailComponentListReqVO reqVO) {
|
||||||
|
return success(orderComponentService.getOrderComponentList(reqVO));
|
||||||
|
}
|
||||||
|
|
||||||
@PostMapping("/top/list")
|
@PostMapping("/top/list")
|
||||||
@Operation(summary = "查询订单顶级部件列表")
|
@Operation(summary = "查询订单顶级部件列表")
|
||||||
@PreAuthorize("@ss.hasPermission('production:assemblyList:query')")
|
@PreAuthorize("@ss.hasPermission('production:assemblyList:query')")
|
||||||
|
|||||||
Reference in New Issue
Block a user