This commit is contained in:
xiaoyu
2025-05-05 13:51:20 +08:00
parent 791efc0182
commit 0213aa6516
+2 -2
View File
@@ -455,7 +455,7 @@ class Clues extends HD_Controller
'brand_id' => $info['brand_id'],
'series_id' => $info['series_id'],
'admin_id' => $this->uid,
'belong_id' => $this->admin_biz[0],
'belong_id' => $this->admin_biz[0] ? $this->admin_biz[0] : 10,
'c_time' => time(),
'en_time' => date('Y-m-d H:i:s'),
);
@@ -1165,7 +1165,7 @@ class Clues extends HD_Controller
'city_id' => $map_city[$v['city_name']] ? $map_city[$v['city_name']] : 0,
'county_id' => $map_county[$v['county_name']] ? $map_county[$v['county_name']] : 0,
'biz_id' => $map_biz[$v['biz_name']] ? $map_biz[$v['biz_name']] : 0,
'belong_id' => $this->admin_biz[0],
'belong_id' => $this->admin_biz[0] ? $this->admin_biz[0] : 0,
'p_time' => $map_biz[$v['biz_name']] ? date('Y-m-d H:i:s') : 0,
);
$adds[] = $temp;