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