Commit 45380d63 authored by liudong1993's avatar liudong1993

推荐接口调整

parent bc65f2ff
......@@ -563,6 +563,7 @@ namespace Mall.Module.Product
RList = list;
}
else {
demodel.GoodsId = 0;
list = goodsRepository.GetAppletGoodsPageList(pageIndex, pageSize, out long count, demodel);
RList = list;
}
......@@ -710,6 +711,7 @@ namespace Mall.Module.Product
}
else
{
demodel.GoodsId = 0;
list = goodsRepository.GetAppletGoodsPageList(pageIndex, pageSize, out long count, demodel);
RList = list;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment