|
@@ -3633,8 +3633,8 @@ public class FxController extends BaseController {
|
|
|
myColumns3.add(new ExcelColumn("商户类型", "merchant_type", 20));
|
|
|
myColumns3.add(new ExcelColumn("加油包类型", "type", 20));
|
|
|
myColumns3.add(new ExcelColumn("购买数量", "num", 20));
|
|
|
- myColumns3.add(new ExcelColumn("加油包单价", "unit_price", 20));
|
|
|
- myColumns3.add(new ExcelColumn("购买总价", "price", 20));
|
|
|
+ myColumns3.add(new ExcelColumn("成本价", "unit_price", 20));
|
|
|
+ myColumns3.add(new ExcelColumn("收入总价", "price", 20));
|
|
|
myColumns3.add(new ExcelColumn("服务总人数", "lib_service", 20));
|
|
|
myColumns3.add(new ExcelColumn("激活时间", "sign_time", 20));
|
|
|
myColumns3.add(new ExcelColumn("购买时间", "create_time", 20));
|
|
@@ -3725,7 +3725,7 @@ public class FxController extends BaseController {
|
|
|
myColumns3.add(new ExcelColumn("商户名称", "unit_name", 20));
|
|
|
myColumns3.add(new ExcelColumn("商户类型", "merchant_type", 20));
|
|
|
myColumns3.add(new ExcelColumn("套餐类型", "meal_type", 20));
|
|
|
- myColumns3.add(new ExcelColumn("费用金额", "price", 20));
|
|
|
+ myColumns3.add(new ExcelColumn("总价(收入)", "price", 20));
|
|
|
myColumns3.add(new ExcelColumn("购买时间", "create_time", 20));
|
|
|
|
|
|
CustomizeToExcel.downFile(myColumns3, list, os);
|