提交修改
This commit is contained in:
parent
4f81bf6d42
commit
1c64bf10bb
@ -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[]{"未知问题"}));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user