mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 16:03:25 +08:00
【新增】增加【服务订单】超市未支付自定取消订单,后台【商城设置】【平台设置】【订单管理】的tab第一条可以设置超时时间。
This commit is contained in:
@@ -81,6 +81,11 @@ namespace CoreCms.Net.Configuration
|
||||
/// </summary>
|
||||
public const string OrderCancelTime = "orderCancelTime";
|
||||
|
||||
/// <summary>
|
||||
/// 服务订单取消时间
|
||||
/// </summary>
|
||||
public const string ServiceOrderCancelTime = "serviceOrderCancelTime";
|
||||
|
||||
/// <summary>
|
||||
/// 订单完成时间
|
||||
/// </summary>
|
||||
|
||||
@@ -91,6 +91,7 @@ namespace CoreCms.Net.Configuration
|
||||
di.Add(SystemSettingConstVars.OrderAutoEvalTime, new DictionaryKeyValues() { sKey = "订单自动评价时间", sValue = "30" });
|
||||
di.Add(SystemSettingConstVars.RemindOrderTime, new DictionaryKeyValues() { sKey = "订单提醒付款时间", sValue = "1" });
|
||||
|
||||
di.Add(SystemSettingConstVars.ServiceOrderCancelTime, new DictionaryKeyValues() { sKey = "服务订单取消时间", sValue = "30" });
|
||||
|
||||
|
||||
di.Add(SystemSettingConstVars.StoreOrderAutomaticDelivery, new DictionaryKeyValues() { sKey = "门店自提自动发货", sValue = "2" });
|
||||
|
||||
Reference in New Issue
Block a user