支付方式

This commit is contained in:
2026-04-03 13:34:25 +08:00
parent 1d9916a7b3
commit aee6293f66

View File

@@ -316,7 +316,7 @@ public interface PrinterImpl {
data.append(signLabelInfo.br);
data.append(signLabelInfo.br);
data.append(getFormatLabel(leftRightAlign("支付方式:", printInfoDTO.getPrintType(), 32), signLabelInfo.s)).append(signLabelInfo.br);
data.append(getFormatLabel(leftRightAlign("支付方式:", printInfoDTO.getPayType(), 32), signLabelInfo.s)).append(signLabelInfo.br);
}
data.append(getFormatLabel("--------------------------------", signLabelInfo.s)).append(signLabelInfo.br);