超12小时自动审核售后单
This commit is contained in:
@@ -157,7 +157,7 @@ func result2Orders(msg *jdshopapi.CallBackResult) (order *model.GoodsOrder, err
|
|||||||
for _, storeSku := range storeSkuList {
|
for _, storeSku := range storeSkuList {
|
||||||
shopPriceSum += storeSku.Price
|
shopPriceSum += storeSku.Price
|
||||||
}
|
}
|
||||||
if shopPriceSum+700 > order.TotalShopMoney {
|
if shopPriceSum+700 > int(order.TotalShopMoney) {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user