This commit is contained in:
suyl
2021-08-19 11:59:04 +08:00
parent c957139040
commit 2875e79f59

View File

@@ -64,7 +64,7 @@ func (c *PurchaseHandler) RefreshComment(fromTime, toTime time.Time) (err error)
ModifyDuration: EBAI_BAD_COMMENTS_MAX_MODIFY_TIME, ModifyDuration: EBAI_BAD_COMMENTS_MAX_MODIFY_TIME,
OriginalMsg: string(utils.MustMarshal(comment)), OriginalMsg: string(utils.MustMarshal(comment)),
} }
if orderComment.VendorOrderID == "" { if orderComment.VendorOrderID == "0" {
orderComment.VendorOrderID = orderComment.UserCommentID orderComment.VendorOrderID = orderComment.UserCommentID
} }
// 直接得到的订单是饿了么的,尝试统一成饿百 // 直接得到的订单是饿了么的,尝试统一成饿百