Kaynağa Gözat

[优化]优惠券导出为CSV格式

release_toaliyun_real
Gitea 6 yıl önce
committed by Stormeye Wu
ebeveyn
işleme
4ecb33c86d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxCouponOrderServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxCouponOrderServiceImpl.java Dosyayı Görüntüle

@@ -314,7 +314,7 @@ public class WxCouponOrderServiceImpl implements WxCouponOrderService {
}
}
});
excelService.exportCsv(list, null, filename, WxCouponOrderBVo.class, filename + ".xlsx", response, false);
excelService.exportCsv(list, null, filename, WxCouponOrderBVo.class, filename + ".csv", response, false);
}

@Override


Yükleniyor…
İptal
Kaydet