|
@ -440,7 +440,7 @@ public class ThirdJkEduArticleService extends BaseService {
|
|
|
param.put("userScope", userScope);
|
|
|
param.put("roleType", roleType);
|
|
|
param.put("isAuthentication", isAuthentication);
|
|
|
if(isAuthentication==1){
|
|
|
// if(isAuthentication==1){
|
|
|
String operatorRoleCodeName = "";//认证机构的名称
|
|
|
List<DoctorRole> roleList = doctorRoleDao.findUserRole(userCode);
|
|
|
if(roleList.isEmpty()){
|
|
@ -458,7 +458,7 @@ public class ThirdJkEduArticleService extends BaseService {
|
|
|
}
|
|
|
param.put("authentication", operatorRoleCodeName);
|
|
|
param.put("authenticationId", userCode);
|
|
|
}
|
|
|
// }
|
|
|
response = httpClientUtil.httpPost(articleBaseUrl+"/WsPlatform/rest", getParamsMap(saveArticle, param.toString(), "1"));
|
|
|
json = JSON.parseObject(response);
|
|
|
} catch (Exception e) {
|