小票打印bug修复

This commit is contained in:
谭凯凯
2024-11-29 09:56:45 +08:00
committed by Tankaikai
parent fa09fd2997
commit 136e119a2b
3 changed files with 19 additions and 34 deletions

View File

@@ -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())) {