mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 16:03:25 +08:00
【新增】同城配送运费增加超过20公里自定义每公里金额,增加订单超过多少金额免运费设置。
This commit is contained in:
@@ -53,7 +53,8 @@ namespace CoreCms.Net.Repository
|
||||
type = p.type,
|
||||
sort = p.sort,
|
||||
isDel = p.isDel,
|
||||
createTime = p.createTime
|
||||
createTime = p.createTime,
|
||||
contentBody = p.contentBody
|
||||
}).WithCache().ToPageListAsync(pageIndex, pageSize, totalCount);
|
||||
var list = new PageList<CoreCmsNotice>(page, pageIndex, pageSize, totalCount);
|
||||
return list;
|
||||
|
||||
Reference in New Issue
Block a user