From 8f75cbe3e6d3fe60c37409bd183d0d0bf12fddfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Tue, 13 Apr 2021 11:35:16 +0800 Subject: [PATCH] aa --- business/jxutils/jxutils.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/business/jxutils/jxutils.go b/business/jxutils/jxutils.go index 153f8abb0..7af924b22 100644 --- a/business/jxutils/jxutils.go +++ b/business/jxutils/jxutils.go @@ -218,8 +218,8 @@ func GetPossibleVendorIDFromAfsOrderID(afsOrderID string) (vendorID int) { func ComposeUniversalOrderID(orderID string, vendorID int) string { // return fmt.Sprintf("%s|%d", orderID, vendorID) - // return orderID // 当前用长度就能区分,先不加上vendorID - return orderID + utils.Int64ToStr(time.Now().Unix()) + return orderID // 当前用长度就能区分,先不加上vendorID + // return orderID + utils.Int64ToStr(time.Now().Unix()) } func GetUniversalOrderIDFromWaybill(bill *model.Waybill) string {