提交修改

This commit is contained in:
quyixiao 2021-01-28 11:12:41 +08:00
parent 4f81bf6d42
commit 1c64bf10bb

View File

@ -84,6 +84,7 @@ public class ThirdTaskController {
return iCommand.process(tuple); return iCommand.process(tuple);
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
log.error("异常",e);
} }
List<List<String>> data = new ArrayList<>(); List<List<String>> data = new ArrayList<>();
List<String> header = new ArrayList<>(Arrays.asList(new String[]{"未知问题"})); List<String> header = new ArrayList<>(Arrays.asList(new String[]{"未知问题"}));