rkljw 2 months ago
parent
commit
4bc45b8695
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/JsonRpc/AdService.php

+ 1 - 1
app/JsonRpc/AdService.php

@@ -198,7 +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']??'',
+                'ad_tag'=>$data['ad_tag']??'',
         ];
         $result = AdPlace::where($where)->update($Insdata);
         if($result){