超12小时自动审核售后单

This commit is contained in:
苏尹岚
2020-09-14 17:47:14 +08:00
parent ae1ab21089
commit 066b9e391a

View File

@@ -157,7 +157,7 @@ func result2Orders(msg *jdshopapi.CallBackResult) (order *model.GoodsOrder, err
for _, storeSku := range storeSkuList {
shopPriceSum += storeSku.Price
}
if shopPriceSum+700 > order.TotalShopMoney {
if shopPriceSum+700 > int(order.TotalShopMoney) {
}
}