mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:03:27 +08:00
【优化】优化售后提交页面json计算,开放当用户下单后但未发货情况下,可以申请直接售后的操作需求。
This commit is contained in:
@@ -427,7 +427,7 @@ namespace CoreCms.Net.Services
|
||||
var id = ((JObject)item)["id"].ObjectToInt();
|
||||
var nums = ((JObject)item)["nums"].ObjectToInt();
|
||||
|
||||
if (nums <= 0)
|
||||
if (nums < 0)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user