|
|
@@ -410,7 +410,7 @@ public class OrderDonServiceImpl extends ServiceImpl<OrderDonMapper, OrderDon> i
|
|
|
}
|
|
|
String gcDetail;
|
|
|
if (data.getGcType() == 1) {
|
|
|
- gcDetail = String.format("%s张现金卡%s", num, data.getCash().divide(BigDecimal.valueOf(100)));
|
|
|
+ gcDetail = String.format("%s张现金卡%s%s", num, data.getCash().divide(BigDecimal.valueOf(100)), Constant.CN_CYS);
|
|
|
payTitle.append(gcDetail);
|
|
|
} else {
|
|
|
gcDetail = String.format("%s张虚拟卡%s%s", num, data.getGcGoodsTitle(), data.getGcSpecVal());
|