This commit is contained in:
richboo111
2022-12-27 18:02:04 +08:00
parent b0389ba969
commit 3d147728bb

View File

@@ -160,6 +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))
return retVal
}