This commit is contained in:
苏尹岚
2021-04-12 14:55:48 +08:00
parent 2d81f1d452
commit 23f3fc0373

View File

@@ -217,8 +217,8 @@ func GetPossibleVendorIDFromAfsOrderID(afsOrderID string) (vendorID int) {
} }
func ComposeUniversalOrderID(orderID string, vendorID int) string { func ComposeUniversalOrderID(orderID string, vendorID int) string {
// return fmt.Sprintf("%s|%d", orderID, vendorID) return fmt.Sprintf("%s|%d", orderID, vendorID)
return orderID // 当前用长度就能区分先不加上vendorID // return orderID // 当前用长度就能区分先不加上vendorID
} }
func GetUniversalOrderIDFromWaybill(bill *model.Waybill) string { func GetUniversalOrderIDFromWaybill(bill *model.Waybill) string {