1
This commit is contained in:
@@ -36,7 +36,7 @@ func (t *TempServer) MakeSystemTempFontSmall(param map[string]interface{}) (stri
|
||||
// 订单来源信息
|
||||
pickupTemp := tempBegin2
|
||||
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(tempEBail, orderPrint.VendorName, orderPrint.EBaiCode)
|
||||
pickupTemp += getCode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user