打印报错修复
This commit is contained in:
@@ -101,7 +101,7 @@ public class CloudPrinterService {
|
|||||||
|
|
||||||
String model = tbPrintMachineWithBLOBs.getPrintMethod();
|
String model = tbPrintMachineWithBLOBs.getPrintMethod();
|
||||||
|
|
||||||
String printerNum = StrUtil.isEmpty(tbPrintMachineWithBLOBs.getPrintQty()) ? "1" : tbPrintMachineWithBLOBs.getPrintQty().split("^")[1];
|
String printerNum = StrUtil.isEmpty(tbPrintMachineWithBLOBs.getPrintQty()) ? "1" : tbPrintMachineWithBLOBs.getPrintQty().split("\\^")[1];
|
||||||
|
|
||||||
List<CategoryInfo> categoryInfos = JSONUtil.parseJSONStr2TList(StrUtil.emptyToDefault(tbPrintMachineWithBLOBs.getCategoryList(),"[]"), CategoryInfo.class);
|
List<CategoryInfo> categoryInfos = JSONUtil.parseJSONStr2TList(StrUtil.emptyToDefault(tbPrintMachineWithBLOBs.getCategoryList(),"[]"), CategoryInfo.class);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user