rkljw 2 달 전
부모
커밋
4bc45b8695
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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){