aa
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user