Commit 3096db2a by zhiwj

代码规范

parent 6b1083a4
...@@ -139,9 +139,8 @@ public class ProblemExportController extends DownloadUtils { ...@@ -139,9 +139,8 @@ public class ProblemExportController extends DownloadUtils {
}; };
try { try {
/* /**
//参数说明:excelExtensionCode,Excel后缀名code ,枚举类:ExcelExtensionEnum, * 参数说明:excelExtensionCode,Excel后缀名code ,枚举类:ExcelExtensionEnum, 这个phone是需要加密的字段
// Arrays.asList("phone")这个phone是需要加密的字段
*/ */
download(path, reportId, exportQO.getFileName(), exportQO.getExcelExtension(), fieldNameList, fieldCodeList, loader, Arrays.asList("memberPhone"), null); download(path, reportId, exportQO.getFileName(), exportQO.getExcelExtension(), fieldNameList, fieldCodeList, loader, Arrays.asList("memberPhone"), null);
} catch (Exception e) { } 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