小票打印bug修复
This commit is contained in:
@@ -106,7 +106,7 @@ public abstract class PrinterHandler {
|
||||
if (isTemporary == 0 && sku == null) {
|
||||
log.error("商品不存在, id: {}", item.getProductSkuId());
|
||||
return;
|
||||
} else {
|
||||
} else if(isTemporary == 1){
|
||||
sku = new TbProductSkuWithBLOBs();
|
||||
}
|
||||
if (StrUtil.isEmpty(machine.getClassifyPrint())) {
|
||||
|
||||
Reference in New Issue
Block a user