小票打印bug修复
This commit is contained in:
@@ -90,7 +90,9 @@ public abstract class PrinterHandler {
|
||||
if (isTemporary == 1) {
|
||||
item.setProductId(0);
|
||||
item.setProductSkuId(0);
|
||||
item.setProductName("【临】" + item.getProductName());
|
||||
if(!item.getProductName().startsWith("【临】")){
|
||||
item.setProductName("【临】" + item.getProductName());
|
||||
}
|
||||
}
|
||||
// 台位费不打印
|
||||
if (item.getProductId().equals(-999)) {
|
||||
|
||||
Reference in New Issue
Block a user