Commit a35ba0ed485ce150d29f29db58247561d2a8475c
1 parent
0bc7166684
Exists in
master
and in
6 other branches
增加儿童高危同步功能
Showing 1 changed file with 1 additions and 1 deletions
platform-job-index/src/main/java/com/lyms/platform/job/index/restore/data/SyncDataWork.java
View file @
a35ba0e
| ... | ... | @@ -456,7 +456,7 @@ |
| 456 | 456 | |
| 457 | 457 | List<String> risk = babyModel.getHighRiskInfo(); |
| 458 | 458 | |
| 459 | - if (CollectionUtils.isEmpty(risk) && null!=patients.getId()) { | |
| 459 | + if (CollectionUtils.isNotEmpty(risk) && null!=patients.getId()) { | |
| 460 | 460 | babyRiskDetailsService.deleteBabyRiskDetails1(patients.getId()); |
| 461 | 461 | babyRisksService.deleteBabyRisk1(patients.getId()); |
| 462 | 462 | StringBuilder sb= new StringBuilder(); |