rkljw 2 달 전
부모
커밋
6a47099e12
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      app/JsonRpc/WebsiteService.php
  2. 0 0
      runtime/container/scan.cache

+ 4 - 4
app/JsonRpc/WebsiteService.php

@@ -65,14 +65,14 @@ class WebsiteService implements WebsiteServiceInterface
             'website_name'=>$data['website_name'],
             'logo'=>$data['logo']??'',
             'website_url'=>$data['website_url']??'',
-//           'city_id'=>$data['city_id']??0,
+    //           'city_id'=>$data['city_id']??0,
             'website_column_id'=>$data['website_column_id'],
             'title'=>$data['title']??'',
             'keywords'=>$data['keywords']??'',
             'description'=>$data['description']??'',
             'status'=>$data['status']??0,
             'website_column_arr_id'=>$data['website_column_arr_id'],
-//           'city_arr_id'=>$data['city_arr_id']??[0],
+    //           'city_arr_id'=>$data['city_arr_id']??[0],
             'template_id' =>$data['template_id']??0,
         ];
         $result = Website::insertGetId($insertData);
@@ -94,14 +94,14 @@ class WebsiteService implements WebsiteServiceInterface
             'website_name'=>$data['website_name'],
             'logo'=>$data['logo']??'',
             'website_url'=>$data['website_url']??'',
-//           'city_id'=>$data['city_id']??0,
+    //           'city_id'=>$data['city_id']??0,
             'website_column_id'=>$data['website_column_id'],
             'title'=>$data['title']??'',
             'keywords'=>$data['keywords']??'',
             'description'=>$data['description']??'',
             'status'=>$data['status']??0,
             'website_column_arr_id'=>$data['website_column_arr_id'],
-//           'city_arr_id'=>$data['city_arr_id']??[0],
+    //           'city_arr_id'=>$data['city_arr_id']??[0],
             'template_id' =>$data['template_id']??0,
         ];
         $result = Website::where('id',$id)->update($insertData);

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
runtime/container/scan.cache


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.