Commit 000bc701 by 李洋

11

parent 68b6a9be
Showing with 1 additions and 1 deletions
...@@ -210,7 +210,7 @@ class MessageController extends Controller ...@@ -210,7 +210,7 @@ class MessageController extends Controller
foreach ($info as $tpl) foreach ($info as $tpl)
{ {
//将消息渠道从 数字字符串转化为汉字字符串 用于用户展示 //将消息渠道从 数字字符串转化为汉字字符串 用于用户展示
$tpl->show_channels_str = $this->changeNumberStrToChineseStr(['站内信','短信','邮箱','微信通知'],$tpl->channels); $tpl->show_channels_str = $this->changeNumberStrToChineseStr(['站内信','短信','邮箱','微信通知','钉钉消息'],$tpl->channels);
//取出渠道站内信和邮件title 放到info中 //取出渠道站内信和邮件title 放到info中
$inner_title = $cnt->table('lie_msg_channel_tpl')->select('title') $inner_title = $cnt->table('lie_msg_channel_tpl')->select('title')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment