1
This commit is contained in:
@@ -5,7 +5,6 @@ import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"git.rosy.net.cn/jx-callback/business/model"
|
||||
"git.rosy.net.cn/jx-print/dao"
|
||||
tempModel "git.rosy.net.cn/jx-print/model/app_model"
|
||||
"sort"
|
||||
@@ -85,7 +84,7 @@ func (t *TempServer) MakeSystemTempFontBig(param map[string]interface{}) (string
|
||||
// 订单来源信息
|
||||
pickupTemp := tempBegin2Big
|
||||
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)
|
||||
pickupTemp += getCode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user