rkljw 4 ヶ月 前
コミット
2dd9abf2b5
1 ファイル変更1 行追加0 行削除
  1. 1 0
      app/JsonRpc/AdService.php

+ 1 - 0
app/JsonRpc/AdService.php

@@ -198,6 +198,7 @@ class AdService implements AdServiceInterface
             'code'=>$data['code']??'',
             'price'=>$data['price']??0,
             'ad_size_id'=>$data['ad_size_id']??0,
+                'ad_tag'=>$data['ad_tag']??'',
         ];
         $result = AdPlace::where($where)->update($Insdata);
         if($result){