【新增】同城配送运费增加超过20公里自定义每公里金额,增加订单超过多少金额免运费设置。

This commit is contained in:
大灰灰
2022-11-29 18:13:37 +08:00
parent 9e5232762a
commit f396d9ff6d
7 changed files with 60 additions and 37 deletions

View File

@@ -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;