Commit 778dc76b by guojuxing

test

parent c15c276c
......@@ -89,8 +89,8 @@ public class CollaboratorController extends DownloadUtils{
return result.getResult().getResult();
}
};
String[] headers = new String[] {"协作人名称", "手机号"};
String[] fields = new String[] { "collaboratorName", "phone" };
String[] headers = new String[] {"协作人名称", "手机号", "创建时间"};
String[] fields = new String[] { "collaboratorName", "phone" , "createTime"};
try {
download(path, reportId, fileName, excelExtensionCode, Arrays.asList(headers), Arrays.asList(fields), loader, Arrays.asList("phone"), null);
} catch (Exception e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment