Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
SongZhang 2024-10-29 16:22:08 +08:00
commit a531fa2445
1 changed files with 1 additions and 1 deletions

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()));