소스 검색

修改随访列表

yeshijie 8 년 전
부모
커밋
44ca96d2e2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      patient-co-wlyy/src/main/java/com/yihu/wlyy/service/app/followup/FollowUpService.java

+ 1 - 1
patient-co-wlyy/src/main/java/com/yihu/wlyy/service/app/followup/FollowUpService.java

@ -137,7 +137,7 @@ public class FollowUpService extends BaseService {
    /**
     * 获取医生随访列表
     */
    public List<Map<String, Object>> 周getListByDoctor(String doctorCode, String startTime, String endTime) throws Exception {
    public List<Map<String, Object>> getListByDoctor(String doctorCode, String startTime, String endTime) throws Exception {
        List<Map<String, Object>> re = new ArrayList<>();
        Map<String, Map<String, Object>> temp = new HashMap<>();