diff --git a/business/partner/purchase/mtwm/order_comment.go b/business/partner/purchase/mtwm/order_comment.go index 69f93784a..60113d1e7 100644 --- a/business/partner/purchase/mtwm/order_comment.go +++ b/business/partner/purchase/mtwm/order_comment.go @@ -127,6 +127,7 @@ func (c *PurchaseHandler) RefreshComment(fromTime, toTime time.Time) (err error) // return err //} + globals.SugarLogger.Debugf("--------------resultList := %d", len(resultList)) var orderCommentList []*model.OrderComment for _, result := range resultList { orderComment := result.(*model.OrderComment)