Commit cfe78b8242ba5052c3b9a8c939db2e7a8c693ee1

Authored by hanshaofeng
1 parent 9fec4836af

nio server

Showing 2 changed files with 4 additions and 1 deletions

platform-biz-service/src/main/java/com/lyms/platform/permission/service/impl/OrganizationServiceImpl.java View file @ cfe78b8
... ... @@ -4,6 +4,7 @@
4 4 import com.lyms.platform.biz.dal.ISyncDataDao;
5 5 import com.lyms.platform.biz.service.DataPermissionService;
6 6 import com.lyms.platform.common.enums.OrganizationTypeEnum;
  7 +import com.lyms.platform.common.enums.YnEnums;
7 8 import com.lyms.platform.common.exception.BusinessException;
8 9 import com.lyms.platform.common.utils.JsonUtil;
9 10 import com.lyms.platform.permission.DataAccessLayerService;
... ... @@ -158,6 +159,8 @@
158 159 query.setCityId(addressBean.getC());
159 160 query.setAreaId(addressBean.getA());
160 161 query.setStreetId(addressBean.getS());
  162 + query.setYn(YnEnums.YES.getId());
  163 +// query.set
161 164 }
162 165 }
163 166 }
platform-operate-api/src/main/java/com/lyms/hospitalapi/NioClient.java View file @ cfe78b8
... ... @@ -31,7 +31,7 @@
31 31 private static String USER_EXIST = "system message: user exist, please change a name";
32 32 private static String USER_CONTENT_SPILIT = "#@#";
33 33  
34   - @PostConstruct
  34 +// @PostConstruct
35 35 public void init() throws IOException {
36 36 if ("1".equals(NIO_CLIENT_START)) {
37 37 }