1
This commit is contained in:
@@ -5,7 +5,6 @@ import (
|
|||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"git.rosy.net.cn/baseapi/utils"
|
"git.rosy.net.cn/baseapi/utils"
|
||||||
"git.rosy.net.cn/jx-callback/business/model"
|
|
||||||
"git.rosy.net.cn/jx-print/dao"
|
"git.rosy.net.cn/jx-print/dao"
|
||||||
tempModel "git.rosy.net.cn/jx-print/model/app_model"
|
tempModel "git.rosy.net.cn/jx-print/model/app_model"
|
||||||
"sort"
|
"sort"
|
||||||
@@ -85,7 +84,7 @@ func (t *TempServer) MakeSystemTempFontBig(param map[string]interface{}) (string
|
|||||||
// 订单来源信息
|
// 订单来源信息
|
||||||
pickupTemp := tempBegin2Big
|
pickupTemp := tempBegin2Big
|
||||||
orderParams = append(orderParams, orderPrint.VendorName, orderPrint.VendorOrderNo, orderPrint.QRCOrder)
|
orderParams = append(orderParams, orderPrint.VendorName, orderPrint.VendorOrderNo, orderPrint.QRCOrder)
|
||||||
if orderPrint.VendorID == utils.Int2Str(model.VendorIDEBAI) {
|
if orderPrint.VendorID == utils.Int2Str(tempModel.VendorIDEBAI) {
|
||||||
getCode := fmt.Sprintf(tempEBailBig, orderPrint.VendorName, orderPrint.EBaiCode)
|
getCode := fmt.Sprintf(tempEBailBig, orderPrint.VendorName, orderPrint.EBaiCode)
|
||||||
pickupTemp += getCode
|
pickupTemp += getCode
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user