1
This commit is contained in:
@@ -1575,6 +1575,7 @@ func TransferJdsOrder(ctx *jxcontext.Context, vendorOrderID string, storeID int)
|
||||
}
|
||||
order.Status = model.OrderStatusNew
|
||||
if order.ActualPayPrice == 0 {
|
||||
globals.SugarLogger.Debugf("order======shde=%s", utils.Format4Output(order, false))
|
||||
msg, err := jdshop.GetJdsOrder(order.VendorOrderID2, order.VendorOrgCode)
|
||||
if err == nil {
|
||||
if jxutils.StandardPrice2Int(utils.Str2Float64(msg.OrderPayment)) == 0 {
|
||||
|
||||
Reference in New Issue
Block a user