Commit df0f580a by zhiwj

代码规范

parent 3096db2a
...@@ -139,7 +139,7 @@ public class ProblemExportController extends DownloadUtils { ...@@ -139,7 +139,7 @@ public class ProblemExportController extends DownloadUtils {
}; };
try { try {
/** /*
* 参数说明:excelExtensionCode,Excel后缀名code ,枚举类:ExcelExtensionEnum, 这个phone是需要加密的字段 * 参数说明:excelExtensionCode,Excel后缀名code ,枚举类:ExcelExtensionEnum, 这个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);
......
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