diff --git a/business/partner/purchase/jdshop/callback.go b/business/partner/purchase/jdshop/callback.go index 9d225d05e..024c0f558 100644 --- a/business/partner/purchase/jdshop/callback.go +++ b/business/partner/purchase/jdshop/callback.go @@ -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) { } }