diff --git a/services/print_server/app_server/temp.go b/services/print_server/app_server/temp.go index b94ebe8..2d132da 100644 --- a/services/print_server/app_server/temp.go +++ b/services/print_server/app_server/temp.go @@ -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 }