Commit cb750e20481e8afd4a22b6e166a4c70122b65856

Authored by liquanyu
1 parent 8c42af4e94

孕妇学校

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientCourseFacade.java View file @ cb750e2
... ... @@ -129,7 +129,7 @@
129 129 }
130 130 }
131 131  
132   - return null;
  132 + return results;
133 133 }
134 134  
135 135 public BaseResponse queryOrderPatient(String queryNo,String courseId, Integer userId) {