Commit 5757b9f75371dfa64d51b545668deb956bbdcef0

Authored by liquanyu
1 parent 267597a30d

修改民生工程

Showing 1 changed file with 2 additions and 1 deletions

platform-common/src/main/java/com/lyms/platform/common/Test.java View file @ 5757b9f
... ... @@ -26,8 +26,9 @@
26 26  
27 27 int number=(int)(Math.random()*10)+1;
28 28 System.out.println("客户端正在发送的内容为:"+number);
  29 +
29 30 out.println(number);
30   - Thread.sleep(2000);
  31 + Thread.sleep(20L);
31 32 }
32 33 catch(IOException | InterruptedException e)
33 34 {