|
@@ -467,7 +467,7 @@ class Topicdongtai extends Api
|
|
|
|
|
|
//系统消息
|
|
//系统消息
|
|
if($dt_user_id != $this->auth->id){
|
|
if($dt_user_id != $this->auth->id){
|
|
- $msg_id = \app\common\model\Message::addMessage($dt_user_id,'动态点赞',$this->auth->nickname.'赞了你的动态','dongtai_good',$id);
|
|
|
|
|
|
+ $msg_id = \app\common\model\Message::addMessage($dt_user_id,'动态点赞',$this->auth->nickname.'('.$this->auth->username.')赞了你的动态','dongtai_good',$id);
|
|
}
|
|
}
|
|
|
|
|
|
Db::commit();
|
|
Db::commit();
|