huangwenjie 7 лет назад
Родитель
Сommit
be7eabb602

+ 2 - 2
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/service/third/jkEduArticle/ThirdJkEduArticleService.java

@ -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);