|
...
|
...
|
@@ -55,6 +55,7 @@ class UpdateController extends BaseController |
|
|
|
$list = DB::connection('custom_mysql')->table('gl_product')->where(['status'=>1,'project_id'=>$project_id])->get()->toArray();
|
|
|
|
if(!empty($list)){
|
|
|
|
foreach ($list as $v){
|
|
|
|
$v = (array)$v;
|
|
|
|
if(!empty($v['seo_mate'])){
|
|
|
|
$seo_arr = $v['seo_mate'];
|
|
|
|
//更新seo_title
|
...
|
...
|
|