This commit is contained in:
richboo111
2022-12-27 18:15:50 +08:00
parent 3d147728bb
commit c010986523

View File

@@ -160,7 +160,7 @@ func (s *WatchOrderInfo) SetOrder(order *model.GoodsOrder) (retVal *model.GoodsO
}
s.order = order
}
globals.SugarLogger.Debugf("SetOrder retval====%s", utils.Format4Output(retVal, false))
globals.SugarLogger.Debugf("SetOrder s.order======%s ,retval====%s", utils.Format4Output(s.order, false), utils.Format4Output(retVal, false))
return retVal
}