1
This commit is contained in:
parent
c76055dd13
commit
24c13d56f2
@ -315,10 +315,10 @@ class MessageNoticeService extends BaseService
|
||||
$params['user_type'] = 1;
|
||||
$params['notice_type'] = 3; // 消息类型(1:医生服务通知 2:医生系统公告 3:患者系统消息
|
||||
$params['send_status'] = 1;
|
||||
$result['service']['info'] = MessageNotice::getOrderOne($params,'notice_send_time',['*']);
|
||||
$result['info'] = MessageNotice::getOrderOne($params,'notice_send_time',['*']);
|
||||
|
||||
$params['read_status'] = 0;
|
||||
$result['service']['count'] = MessageNotice::getCount($params);
|
||||
$result['count'] = MessageNotice::getCount($params);
|
||||
|
||||
return success($result);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user