system.err打印换成log.info
This commit is contained in:
@@ -2358,7 +2358,7 @@ public class ExportExcel {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
end=System.currentTimeMillis();
|
end=System.currentTimeMillis();
|
||||||
System.err.println("setDataList cost:"+(end-start));
|
log.info("setDataList cost:"+(end-start));
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user