|
@ -307,8 +307,8 @@ public class TaskService {
|
|
object.put("unionId",patient.getUnionid());
|
|
object.put("unionId",patient.getUnionid());
|
|
object.put("patientIdcard",patient.getIdcard());
|
|
object.put("patientIdcard",patient.getIdcard());
|
|
object.put("patientOpenid",patient.getOpenid());
|
|
object.put("patientOpenid",patient.getOpenid());
|
|
//String url =getBaseUrl() + "createActiveRecord";
|
|
|
|
String url = "http://localhost:10051/svr-health-bank/createActiveRecord";
|
|
|
|
|
|
String url =getBaseUrl() + "createActiveRecord";
|
|
|
|
//String url = "http://localhost:10051/svr-health-bank/createActiveRecord";
|
|
try {
|
|
try {
|
|
response = httpClientUtil.iotPostBody(url,object.toString());
|
|
response = httpClientUtil.iotPostBody(url,object.toString());
|
|
}catch (Exception e){
|
|
}catch (Exception e){
|