作者 赵彬吉

update

@@ -828,7 +828,7 @@ class RelayInquiry extends Command @@ -828,7 +828,7 @@ class RelayInquiry extends Command
828 { 828 {
829 $cache_key = 'inquiry_ads_tasks'; 829 $cache_key = 'inquiry_ads_tasks';
830 $ads = Cache::get($cache_key, function () use ($cache_key) { 830 $ads = Cache::get($cache_key, function () use ($cache_key) {
831 - $ads = ReInquiryTask::where(['status' => ReInquiryTask::STATUS_OPEN])->get(['id', 'ad_id', 'num', 'target', 'is_replace_text', 'ai_param', 'shop_site', 'fob_pro']); 831 + $ads = ReInquiryTask::where(['status' => ReInquiryTask::STATUS_OPEN])->get(['id', 'ad_id', 'num', 'target', 'is_replace_text', 'ai_param', 'shop_site', 'fob_pro', 'second_push_rate']);
832 $array = []; 832 $array = [];
833 foreach ($ads as $key=>$val) { 833 foreach ($ads as $key=>$val) {
834 $ad_ids = explode(',', $val['ad_id']); 834 $ad_ids = explode(',', $val['ad_id']);