|
@ -879,7 +879,7 @@ public class ConsultTeamService extends ConsultService {
|
|
|
if (users.isNull(sf.getDoctor())) {
|
|
|
//全科需要判断是否开启健管师邀请后在接收消息
|
|
|
int isGetMessage = 1;
|
|
|
if(messageService.getMessageNoticeSettingByMessageType(sf.getDoctor(),"1", MessageNoticeSetting.MessageTypeEnum.healthSignSwitch.getValue())){
|
|
|
if(!messageService.getMessageNoticeSettingByMessageType(sf.getDoctor(),"1", MessageNoticeSetting.MessageTypeEnum.familyTopicSwitch.getValue())){
|
|
|
isGetMessage = 0;
|
|
|
}
|
|
|
users.put(sf.getDoctor(), isGetMessage);
|