新增问诊消息推送
This commit is contained in:
@@ -45,7 +45,7 @@ class MessageNotice extends Model
|
||||
*/
|
||||
protected array $fillable = ['notice_id', 'user_id', 'user_type', 'notice_type', 'notice_system_type', 'read_status', 'inquiry_type', 'from_name', 'notice_title', 'notice_send_time', 'notice_content', 'send_status', 'send_fail_reason', 'button_type', 'link_type', 'link_params', 'show_type', 'show_params', 'created_at', 'updated_at'];
|
||||
|
||||
protected string $primaryKey = "message_id";
|
||||
protected string $primaryKey = "notice_id";
|
||||
|
||||
/**
|
||||
* 获取是否存在
|
||||
|
||||
Reference in New Issue
Block a user