补充上次提交

This commit is contained in:
chenjinsong
2018-06-15 13:55:34 +08:00
parent 5343567e33
commit 0aa8652c74

View File

@@ -48,12 +48,12 @@ public class IpLogController extends BaseController {
// } catch (IOException e) {
// e.printStackTrace();
// }
try {
Thread.sleep(20000);
} catch (InterruptedException e1) {
// TODO Auto-generated catch block
e1.printStackTrace();
}
// try {
// Thread.sleep(20000);
// } catch (InterruptedException e1) {
// // TODO Auto-generated catch block
// e1.printStackTrace();
// }
Gson gson = new GsonBuilder().create();
try {