|
|
@@ -3,7 +3,7 @@ package com.tianhu.system.service.impl;
|
|
|
import cn.hutool.core.util.IdUtil;
|
|
|
import com.keao.tianhu.core.entity.R;
|
|
|
import com.tianhu.common.core.utils.CommonUtil;
|
|
|
-import com.tianhu.common.redis.common.RedisUtils;
|
|
|
+import com.tianhu.common.core.utils.DateUtils;
|
|
|
import com.tianhu.system.api.domain.SysUser;
|
|
|
import com.tianhu.system.common.IMessageUtilsService;
|
|
|
import com.tianhu.system.domain.SysNotice;
|
|
|
@@ -22,7 +22,7 @@ import java.util.Map;
|
|
|
|
|
|
/**
|
|
|
* 通知Service业务层处理
|
|
|
- *
|
|
|
+ *
|
|
|
* @author keao
|
|
|
* @date 2020-08-25
|
|
|
*/
|
|
|
@@ -108,6 +108,7 @@ public class OwnNoticeServiceImpl implements IOwnNoticeService
|
|
|
notice.setMessageSend(messageSend);
|
|
|
notice.setOpenType(openType);
|
|
|
notice.setOpenUrl(openUrl);
|
|
|
+ notice.setCreateTime(DateUtils.getNowDate());
|
|
|
//发送短信手机号
|
|
|
String phones = "";
|
|
|
//新增通知公告接收人
|