Browse Source

Long导出,excel丢失精度问题

release_toaliyun_real
Stormeye Wu 6 years ago
parent
commit
3463e7694e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/domain/vo/WxCouponOrderBVo.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/domain/vo/WxCouponOrderBVo.java View File

@@ -21,7 +21,7 @@ public class WxCouponOrderBVo extends WxCouponOrder {

private static final long serialVersionUID = 6687954932922444531L;

@Excel(name = "券码", width = 20, orderNum = "1", numFormat = "''#")
@Excel(name = "券码", width = 20, orderNum = "1", suffix = "")
protected Long id;

/** 基础购买到的券信息 */


Loading…
Cancel
Save