ソースを参照

custom_send_msgs model新增custom_type字段

lh 3 年 前
コミット
6a14a4bf1e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/Modules/OfficialAccount/Models/CustomSendMsgs.php

+ 1 - 1
app/Modules/OfficialAccount/Models/CustomSendMsgs.php

@@ -9,7 +9,7 @@ class CustomSendMsgs extends Model
 {
     protected $tables = 'custom_send_msgs';
 
-    protected $fillable = ['task_id', 'user_num', 'appid', 'name', 'send_time', 'content', 'redirect_url', 'status', 'distribution_channel_id', 'subscribe_time', 'sex', 'balance', 'order_type', 'category_id', 'del_flag', 'is_full_send', 'trusteeship', 'batch_no', 'is_show_list', 'description', 'book_name', 'chapter_name', 'is_activity','subscribe_time_attach'];
+    protected $fillable = ['task_id', 'user_num', 'appid', 'name', 'send_time', 'content', 'redirect_url', 'status', 'distribution_channel_id', 'subscribe_time', 'sex', 'balance', 'order_type', 'category_id', 'del_flag', 'is_full_send', 'trusteeship', 'batch_no', 'is_show_list', 'description', 'book_name', 'chapter_name', 'is_activity','subscribe_time_attach', 'custom_type'];
 
 
     /**