Commit c9606867 by guojuxing

扩容审批详情修改

parent 882d63d6
...@@ -88,7 +88,7 @@ public class CollaboratorController extends DownloadUtils{ ...@@ -88,7 +88,7 @@ public class CollaboratorController extends DownloadUtils{
String[] headers = new String[] {"协作人名称", "手机号"}; String[] headers = new String[] {"协作人名称", "手机号"};
String[] fields = new String[] { "collaboratorName", "phone" }; String[] fields = new String[] { "collaboratorName", "phone" };
try { try {
download(path, reportId, fileName, excelExtensionCode, Arrays.asList(headers), Arrays.asList(fields), loader, null); download(path, reportId, fileName, excelExtensionCode, Arrays.asList(headers), Arrays.asList(fields), loader, Arrays.asList("phone"), null);
} catch (Exception e) { } catch (Exception e) {
LOGGER.warn(e); LOGGER.warn(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