Commit 5d90b69c1d0350e7c573147039032fcbd0f88726
1 parent
f3003bfa25
Exists in
master
and in
6 other branches
服务同步
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientServiceFacade.java
View file @
5d90b69
| ... | ... | @@ -576,7 +576,7 @@ |
| 576 | 576 | public BaseResponse synReceiveData(String ids) { |
| 577 | 577 | |
| 578 | 578 | PatientServiceQuery patientQuery = new PatientServiceQuery(); |
| 579 | - patientQuery.setSql("and userId in (" + ids + ")"); | |
| 579 | + patientQuery.setSql("and id in (" + ids + ")"); | |
| 580 | 580 | |
| 581 | 581 | List<PatientService> patientServices = patientServiceService.queryPatientService(patientQuery); |
| 582 | 582 | if (CollectionUtils.isNotEmpty(patientServices)) { |