|
@ -615,7 +615,9 @@ public class RehabilitationManageService extends BaseService {
|
|
|
param.put("image", image);
|
|
|
//specialistUrl= "http://localhost:10051";
|
|
|
HttpResponse response = HttpUtils.doPost(specialistUrl + updateNoteAndImageRehabilitationOperate, param);
|
|
|
System.out.println("返回数据=======1===="+response);
|
|
|
JSONObject result = new JSONObject(response.getContent());
|
|
|
System.out.println("返回数据=======2===="+result);
|
|
|
if(result.getInt("status") == 200){
|
|
|
JSONObject object = result.getJSONObject("obj");
|
|
|
//保存wlyy_message
|