Jelajahi Sumber

修改随访列表

yeshijie 8 tahun lalu
induk
melakukan
44ca96d2e2

+ 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<>();