@ -58,6 +58,7 @@ public class HealthEduArticleES {
private String currentUserRoleLevel;//发送者当前登录的角色级别
private Integer sendSource; //1或者为空 i健康后台推送 2PC端推送
private Integer allCount;//所有的推送数目
@Transient
private Boolean newArricleFlag;//新版文章推送标志
@ -624,6 +624,7 @@ public class JMJkEduArticleService extends BaseService {
e.setPatientCode(null);
e.setPatientName(null);
elastricSearchSave.save(e, esIndex, esType);
return healthEduArticleESList;
}
public JSONObject pushArticleConfirm(String articleId, String labelUnit, String labelSex, String labelServe, String labelDisease, String labelHealth,String userCode,String currentUserRole, String currentUserRoleLevel) throws Exception {