|
@@ -162,13 +162,13 @@ public class GyeeuserService extends SocketToolService implements BaseService<Gy
|
|
|
public void initialUserList() {
|
|
|
|
|
|
List<Gyeeuser> result=findUserlist();
|
|
|
- if( !result.isEmpty())
|
|
|
- {
|
|
|
- for(Gyeeuser user:result)
|
|
|
- {
|
|
|
- user.setRemak1("0");
|
|
|
- }
|
|
|
- }
|
|
|
+// if( !result.isEmpty())
|
|
|
+// {
|
|
|
+// for(Gyeeuser user:result)
|
|
|
+// {
|
|
|
+// user.setRemak1("0");
|
|
|
+// }
|
|
|
+// }
|
|
|
this.pushToWeb("pageNumber_4","functionNumber_3","all",result, Messagetype.MESSAGE);
|
|
|
|
|
|
}
|