添加耗材

This commit is contained in:
韩鹏辉 2024-07-06 10:23:10 +08:00
parent fd465c9fe7
commit 2f686e8b04
1 changed files with 3 additions and 3 deletions

View File

@ -140,9 +140,9 @@ public class PrinterUtils {
sb.append("<S>余额:"+detailPO.getBalance()+"</S><BR>");
sb.append("------------------------<BR>");
if(Objects.nonNull(detailPO.getOutNumber())){
sb.append("<QR>".concat(detailPO.getOutNumber()).concat("</QR><BR>"));
}
// if(Objects.nonNull(detailPO.getOutNumber())){
// sb.append("<QR>".concat(detailPO.getOutNumber()).concat("</QR><BR>"));
// }
sb.append("<S>打印时间:"+DateUtils.getTime(new Date())+"</S><BR>");