|
|
@@ -318,7 +318,7 @@ public class WorkContactEmployeeServiceImpl extends ServiceImpl<WorkContactEmplo
|
|
|
|
|
|
//实现下载
|
|
|
List<List<Object>> resList = new ArrayList<List<Object>>();
|
|
|
- Object[] head = {"id", "客户名称", "状态(1正常 2删除 3拉黑)", "平台", "ghid", "appid", "标签", "客服名称", "所属公司","备注","创建时间"};
|
|
|
+ Object[] head = {"id", "客户名称", "状态(1正常 2删除 3拉黑)", "平台", "ghid", "appid","openid", "标签", "客服名称", "所属公司","备注","创建时间"};
|
|
|
List<Object> headList = Arrays.asList(head);
|
|
|
resList.add(headList);
|
|
|
|
|
|
@@ -332,6 +332,7 @@ public class WorkContactEmployeeServiceImpl extends ServiceImpl<WorkContactEmplo
|
|
|
this.add(o.getPlatform());
|
|
|
this.add(o.getGhId());
|
|
|
this.add(o.getAppId());
|
|
|
+ this.add(o.getOpenId());
|
|
|
this.add(o.getTyperTag());
|
|
|
this.add(o.getEmployeeName());
|
|
|
this.add(o.getCompanyName());
|