小票打印bug修复

This commit is contained in:
谭凯凯
2024-10-29 16:05:17 +08:00
committed by Tankaikai
parent 4f2e4e7f2e
commit bd3687329e

View File

@@ -256,8 +256,8 @@ public class FeieyunPrintUtil {
data.append(StrUtil.format("<B>应收:{}</B><BR>", t));
}
if (ObjectUtil.isNotEmpty(detailPO.getPayType()) && ObjectUtil.isNotNull(detailPO.getPayType()) && detailPO.getPayType().equals("deposit")) {
data.append("--------------------------------<BR>");
data.append(StrUtil.format("储值:{}<BR>", detailPO.getReceiptsAmount()));
data.append("--------------------------------<BR>");
data.append(StrUtil.format("积分:{}<BR>", detailPO.getIntegral()));
}
data.append(StrUtil.format("余额:{}<BR>", detailPO.getBalance()));