|
@ -456,8 +456,8 @@ public class ThirdJkEduArticleService extends BaseService {
|
|
|
operatorRoleCodeName = doctor.getHospitalName();
|
|
|
}
|
|
|
}
|
|
|
param.put("authentication", userCode);
|
|
|
param.put("authenticationId", operatorRoleCodeName);
|
|
|
param.put("authentication", operatorRoleCodeName);
|
|
|
param.put("authenticationId", userCode);
|
|
|
}
|
|
|
response = httpClientUtil.httpPost(articleBaseUrl+"/WsPlatform/rest", getParamsMap(saveArticle, param.toString(), "1"));
|
|
|
json = JSON.parseObject(response);
|