| | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.doumee.biz.system.SystemDictDataBiz; |
| | | import com.doumee.core.constants.ResponseStatus; |
| | | import com.doumee.core.dingTalk.DingTalk; |
| | | import com.doumee.core.exception.BusinessException; |
| | | import com.doumee.dao.business.dao.*; |
| | | import com.doumee.dao.business.vo.GeneralDataVO; |
| | |
| | | |
| | | @Autowired |
| | | private ApproveMapper approveMapper; |
| | | |
| | | @Autowired |
| | | private DingTalk dingTalk; |
| | | |
| | | |
| | | @Override |
| | |
| | | systemDictDataBiz.queryByCode(Constants.WX_PLATFORM,Constants.WX_PLATFORM_ACCESS_TOKEN).getCode(), |
| | | Arrays.asList(checkUser.getOpenid().split(","))); |
| | | } |
| | | |
| | | if(StringUtils.isNotBlank(member.getDdId())){ |
| | | dingTalk.workInfoOANotice(Long.valueOf(systemDictDataBiz.queryByCode(Constants.DD_TALK,Constants.AGENT_ID).getCode()), |
| | | member.getDdId(), |
| | | dingTalk.getHiddenDangerNoticeMsg(hiddenDanger)); |
| | | } |
| | | |
| | | return hiddenDanger.getId(); |
| | | } |
| | | |
| | |
| | | systemDictDataBiz.queryByCode(Constants.WX_PLATFORM,Constants.WX_PLATFORM_ACCESS_TOKEN).getCode(), |
| | | Arrays.asList(checkUser.getOpenid().split(","))); |
| | | } |
| | | |
| | | if(StringUtils.isNotBlank(member.getDdId())){ |
| | | dingTalk.workInfoOANotice(Long.valueOf(systemDictDataBiz.queryByCode(Constants.DD_TALK,Constants.AGENT_ID).getCode()), |
| | | member.getDdId(), |
| | | dingTalk.getHiddenDangerNoticeMsg(hiddenDanger)); |
| | | } |
| | | |
| | | } |
| | | |
| | | |