This commit is contained in:
邹宗楠
2025-05-16 10:42:02 +08:00
parent 958a39db30
commit 25079ae303
2 changed files with 1 additions and 3 deletions

View File

@@ -119,6 +119,7 @@ func (c *PurchaseHandler) RefreshComment(fromTime, toTime time.Time) (err error)
vendorOrderID, _ = dao.GetBadCommentOrderId(storeDetail.ID, time.Now().Add(-RefreshCommentTime), startTime, nil, skuIdList)
orderComment.VendorOrderID2 = vendorOrderID
}
globals.SugarLogger.Debugf("---------VendorOrderID2-- := %s", utils.Format4Output(orderComment.VendorOrderID2, false))
}
orderCommentList = append(orderCommentList, orderComment)
}