收货修改
This commit is contained in:
+2
-2
@@ -47,13 +47,13 @@ public class StockShelfOrderAppApi extends BaseController {
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取上架单详细信息
|
||||
* 获取上架单详细信息(PDA:主项无子项时添加 parent_copy,供详情页从 children 读取数据)
|
||||
*/
|
||||
@ApiOperation("获取上架单")
|
||||
@GetMapping(value = "/getInfo")
|
||||
public AjaxResult getInfo(Long shelfOrderId)
|
||||
{
|
||||
return AjaxResult.success(stockShelfOrderApplicationService.getInfo(shelfOrderId));
|
||||
return AjaxResult.success(stockShelfOrderApplicationService.getInfo(shelfOrderId, true));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user