|
@@ -1869,7 +1869,7 @@ public class AdminCustomerController {
|
|
|
"问题类别", "小类名称", "客诉问题", "处理过程", "购买日期",
|
|
|
"处理方式", "处理结果", "销售公司", "销售渠道", "产品型号", "产品颜色", "产品类型",
|
|
|
"产品数量", "寄回快递", "寄回单号", "签收日期",
|
|
|
- "状态", "寄出快递", "寄出单号", "开箱损", "二次客诉", "跟进客服", "工厂报价", "客户报价", "邮费信息"
|
|
|
+ "状态", "寄出快递", "寄出单号", "开箱损", "二次客诉", "跟进客服", "工厂报价", "客户报价", "邮费信息", "产品类型"
|
|
|
};
|
|
|
List<CustomerStatisticalInfo> customerStatisticalInfoList = new ArrayList<>();
|
|
|
SimpleDateFormat sdf4 = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
|
@@ -2153,6 +2153,7 @@ public class AdminCustomerController {
|
|
|
row.createCell(28).setCellValue(customerStatisticalInfo.getRelationCustomerCosts());
|
|
|
}
|
|
|
row.createCell(29).setCellValue(customerStatisticalInfo.getPostageString());
|
|
|
+ row.createCell(30).setCellValue(customerStatisticalInfo.getTypeName());
|
|
|
|
|
|
}
|
|
|
|