Commit e56bbc286b1daf304a2388b16c7619e7d6646182

Authored by baohanddd
1 parent 272664884d

add data import :机构、部门、用户(医生)

Showing 1 changed file with 0 additions and 3 deletions

platform-data-api/src/main/java/com/lyms/platform/data/service/impl/DataImportTaskServiceImpl.java View file @ e56bbc2
... ... @@ -157,9 +157,6 @@
157 157 UsersQuery usersQuery = new UsersQuery();
158 158 for (Organization o:organizationMap.values()) {
159 159 try {
160   - if (true) {
161   - continue;
162   - }
163 160 organizationQuery.setForeignId(organization.getForeignId());
164 161 List<Organization> organizationList = organizationService.queryOrganization(organizationQuery);
165 162 if (organizationList != null && organizationList.size() > 0) {