|
@@ -7,7 +7,6 @@ import com.rongwei.bsentity.domain.KnowledgebaseCommentsDo;
|
|
|
import com.rongwei.bsentity.enums.KnowledgeInfo;
|
|
|
import com.rongwei.rwcommon.base.R;
|
|
|
import com.rongwei.rwcommon.utils.SecurityUtil;
|
|
|
-import com.rongwei.safecommon.utils.CXCommonUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
@@ -62,8 +61,8 @@ public class KnowledgebaseCommentsServiceImpl extends ServiceImpl<KnowledgebaseC
|
|
|
if ("y".equals(authornotification)) {//系统消息通知作者
|
|
|
List<String> personnelIdList = new ArrayList<>();
|
|
|
personnelIdList.add(authorid);
|
|
|
- CXCommonUtils.sendNotify(String.format(NOTIFICATION_TITLE,title),commentcontent,
|
|
|
- "", personnelIdList, "", "knowledgebase");
|
|
|
+// CXCommonUtils.sendNotify(String.format(NOTIFICATION_TITLE,title),commentcontent,
|
|
|
+// "", personnelIdList, "", "knowledgebase");
|
|
|
}
|
|
|
return R.ok();
|
|
|
}
|