shish 5 anni fa
parent
commit
32582c7c9d
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      app-ghs/controllers/ShopController.php

+ 0 - 1
app-ghs/controllers/ShopController.php

@@ -41,7 +41,6 @@ class ShopController extends BaseController
     {
         $data = Yii::$app->request->post();
         $data['sjId'] = $this->sjId;
-        $data['img'] = is_array($data['img']) ? json_encode($data['img']) : $data['img'];
         $id = $data['id'] ?? 0;
         $shop = ShopService::getById($id);
         if (empty($shop)) {