重新打印问题 失败标识问题

This commit is contained in:
2025-12-30 15:21:58 +08:00
parent ee635dcc32
commit cc8be70559

View File

@@ -379,6 +379,8 @@ public class OrderInfo implements Serializable {
}
if (!newPrintStatusArray.isEmpty()) {
printStatus = newPrintStatusArray.toJSONString();
} else {
printStatus = "";
}
}
}