mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:03:27 +08:00
后台【修复】:修复库存显示数据错误,链接错误,商品库存异常列表数据错误的问题。
This commit is contained in:
@@ -318,6 +318,17 @@ namespace CoreCms.Net.Services
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 获取库存报警数量(返回商品序列)
|
||||
/// </summary>
|
||||
/// <param name="goodsStocksWarn"></param>
|
||||
/// <returns></returns>
|
||||
public async Task<List<int>> GoodsStaticsTotalWarnByGoodIds(int goodsStocksWarn)
|
||||
{
|
||||
return await _dal.GoodsStaticsTotalWarnByGoodIds(goodsStocksWarn);
|
||||
}
|
||||
|
||||
|
||||
#region 获取关联商品的货品列表数据
|
||||
/// <summary>
|
||||
/// 获取关联商品的货品列表数据
|
||||
|
||||
Reference in New Issue
Block a user