mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:03:27 +08:00
【修复】修复秒杀列表显示错误的问题。
This commit is contained in:
@@ -551,6 +551,7 @@ namespace CoreCms.Net.Services
|
||||
else
|
||||
{
|
||||
product = await _productsServices.QueryByClauseAsync(p => p.goodsId == good.id && p.isDel == false && p.isDefalut == true, true);
|
||||
if (product == null) return null;
|
||||
}
|
||||
|
||||
//商品基础赋值===================================================================================================
|
||||
|
||||
Reference in New Issue
Block a user