- up
This commit is contained in:
@@ -125,6 +125,8 @@ func BindPrinter(ctx *jxcontext.Context, storeID int, data string) (printResult
|
|||||||
} else {
|
} else {
|
||||||
err = fmt.Errorf("打印机类型:%d当前不支持", printerVendorID)
|
err = fmt.Errorf("打印机类型:%d当前不支持", printerVendorID)
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
err = fmt.Errorf("打印机类型当前不支持")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return printResult, err
|
return printResult, err
|
||||||
|
|||||||
Reference in New Issue
Block a user