@@ -517,6 +517,20 @@15-20公里以内++ +++ ++超过20公里,每公里乘以多少。填写每公里单价。++ ++ ++订单超过多少钱,免运费,此设置超过0之后,条件满足的情况下以上的距离计算将失效。+diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/system/about.html b/CoreCms.Net.Web.Admin/wwwroot/views/system/about.html index 72bd58d5..76066739 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/system/about.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/system/about.html @@ -8,17 +8,4 @@ GitHub下载 Gitee下载- - -关于版权-- -\ No newline at end of file diff --git a/CoreCms.Net.Web.WebApi/Controllers/NoticeController.cs b/CoreCms.Net.Web.WebApi/Controllers/NoticeController.cs index b33dbcbc..0a35d08e 100644 --- a/CoreCms.Net.Web.WebApi/Controllers/NoticeController.cs +++ b/CoreCms.Net.Web.WebApi/Controllers/NoticeController.cs @@ -57,8 +57,7 @@ namespace CoreCms.Net.Web.WebApi.Controllers { var jm = new WebApiCallBack(); - var list = await _noticeServices.QueryPageAsync(p => p.isDel == false, p => p.createTime, OrderByType.Desc, - entity.page, entity.limit); + var list = await _noticeServices.QueryPageAsync(p => p.isDel == false, p => p.createTime, OrderByType.Desc, entity.page, entity.limit); jm.status = true; jm.data = list; @@ -68,8 +67,6 @@ namespace CoreCms.Net.Web.WebApi.Controllers #endregion - - ///- 允许个人学习研究使用,支持二次开发。-
- 允许商业用途,但仅限自运营,如果商用必须保留版权信息,望自觉遵守。
- 不允许对程序代码以任何形式、任何目的的再发行或出售,否则将追究侵权者法律责任。
- 软件受国家计算机软件著作权保护(登记号:2020SR1224749)。
- 我们的团队水平有限,也是在探索中学习、改进。开源,是为了让认可我们的用户能自由的使用、学习软件的内部架构,让更多的人有机会阅读并发现Bug、对软件项目提出改进意见。 -© 2021 coreshop.cn 版权所有
/// 获取单个公告内容 ///