Commit 9c6d5a5eed4ef33c6270b2f93470d177dd168d76
1 parent
d60a963e37
Exists in
master
and in
1 other branch
add data import :机构、部门、用户(医生)
Showing 1 changed file with 1 additions and 1 deletions
platform-data-api/src/main/java/com/lyms/platform/data/service/impl/DataImportTaskServiceImpl.java
View file @
9c6d5a5
... | ... | @@ -380,7 +380,7 @@ |
380 | 380 | patients.setYn(YnEnums.YES.getId()); |
381 | 381 | patients.setPublishName("system"); |
382 | 382 | patients.setPublishId("worker"); |
383 | - patients.setId(map.get("P_ID").toString()); | |
383 | + patients.setId(map.get("P_ID").toString().replace("-", "")); | |
384 | 384 | patients.setMommyPatientId(map.get("P_NO").toString()); |
385 | 385 | patients.setUsername(map.get("P_NAME").toString()); |
386 | 386 | patients.setPhone(map.get("P_MOBILEPHONE").toString()); |