mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
/executor/order/component/detail/list 接口恢复
This commit is contained in:
+7
@@ -50,6 +50,13 @@ public class OrderComponentController {
|
||||
@Resource
|
||||
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")
|
||||
@Operation(summary = "查询订单顶级部件列表")
|
||||
@PreAuthorize("@ss.hasPermission('production:assemblyList:query')")
|
||||
|
||||
Reference in New Issue
Block a user