标签打印的打印机修改

master
zpl 4 years ago
parent 220e27039e
commit 217451e75f

@ -93,7 +93,7 @@ public class PrintLogServiceImpl extends ServiceImpl<PrintLogMapper, PrintLog> i
printLogOne.setHandle(printLog.getHandle());
printLogOne.setIsPrint("true");
printLogOne.setPrintNum(printLog.getPrintNum()+1);
if (printLog.getCategory().equals(Constants.PRINT_TYPE_INV)){
if (!printLog.getCategory().equals(Constants.PRINT_TYPE_SFC)){
printLogOne.setPrintName(printLog.getPrintName());
}
printLogList.add(printLogOne);

Loading…
Cancel
Save