|
|
|
@ -113,6 +113,8 @@ public class YbsjyAppointmentSettingServiceImpl implements YbsjyAppointmentSetti |
|
|
|
|
HashMap<String, Object> resultMap = new HashMap<>(); |
|
|
|
|
resultMap.put("count", userCount); |
|
|
|
|
resultMap.put("data", list); |
|
|
|
|
resultMap.put("msg", "查询成功"); |
|
|
|
|
resultMap.put("code", 0); |
|
|
|
|
return ServerResponse.createBySuccess(resultMap); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -357,7 +359,8 @@ public class YbsjyAppointmentSettingServiceImpl implements YbsjyAppointmentSetti |
|
|
|
|
HashMap<String, Object> resultMap = new HashMap<>(); |
|
|
|
|
resultMap.put("count", userCount); |
|
|
|
|
resultMap.put("data", list); |
|
|
|
|
|
|
|
|
|
resultMap.put("msg", "查询成功"); |
|
|
|
|
resultMap.put("code", 0); |
|
|
|
|
return ServerResponse.createBySuccess(resultMap); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|