aa
This commit is contained in:
@@ -218,8 +218,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
|
||||||
return orderID + utils.Int64ToStr(time.Now().Unix())
|
// return orderID + utils.Int64ToStr(time.Now().Unix())
|
||||||
}
|
}
|
||||||
|
|
||||||
func GetUniversalOrderIDFromWaybill(bill *model.Waybill) string {
|
func GetUniversalOrderIDFromWaybill(bill *model.Waybill) string {
|
||||||
|
|||||||
Reference in New Issue
Block a user