This commit is contained in:
gazebo
2019-07-11 11:25:44 +08:00
parent 61ed2f4934
commit 83fb71385f

View File

@@ -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