Commit bdb88bc0 authored by wanglianxi's avatar wanglianxi

2020年6月3日10:37:18

parent a542edd8
......@@ -248,7 +248,7 @@ public class ScheduleServiceImpl extends ServiceImpl<ScheduleMapper, Schedule> i
* @return List<ScheduleVO>
*/
private List<ScheduleVO> getfakeScheduleVoList(String doctorId){
List<JSONObject> relationList = classClient.relationList(3, doctorId,null).getData();
List<JSONObject> relationList = classClient.relationList(3, doctorId,"").getData();
JSONArray jsonArray = JSONArray.parseArray(JSON.toJSONString(relationList));
List<ScheduleVO> fakeScheduleVOList = JSONObject.parseArray(jsonArray.toJSONString(), ScheduleVO.class);
return fakeScheduleVOList;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment