|
@ -120,7 +120,7 @@ public class SpecialistEvaluateSevice extends BaseService {
|
|
|
*/
|
|
|
public JSONObject selectByDoctor(String doctor){
|
|
|
String response = null;
|
|
|
String url ="http://localhost:10051/" + "svr-specialist/selectByDoctor";
|
|
|
String url =/*"http://localhost:10051/"*/specialistUrl + "svr-specialist/selectByDoctor";
|
|
|
Map<String,String> params = new HashMap<>();
|
|
|
params.put("doctor",doctor);
|
|
|
try {
|