Commit a11f3463b54a09a5f3ddde6b4aba6e21781b13b8

Authored by haorp
1 parent c93be2e1ce
Exists in dev

孕妇学校功能开发

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientCourseWxFacade.java View file @ a11f346
... ... @@ -232,7 +232,7 @@
232 232 patientCourseQuery.setStatus(1);
233 233 patientCourseQuery.setId(patientCourseId);
234 234 List<PatientCourseModel> patientCourseModels = patientCourseService.queryPatientCourseList(patientCourseQuery);
235   - if (!CollectionUtils.isEmpty(patientCourseModels))
  235 + if (CollectionUtils.isEmpty(patientCourseModels))
236 236 {
237 237 objectResponse.setErrorcode(ErrorCodeConstants.DATA_EXPIRE);
238 238 objectResponse.setErrormsg("您签到的课程还没有预约,请预约后签到!");