Commit bd2536f8 by zhiwj

代码规范

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