lizhen_gitee hace 1 año
padre
commit
635b0b2d0f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      application/admin/controller/Package.php

+ 1 - 1
application/admin/controller/Package.php

@@ -115,7 +115,7 @@ class Package extends Backend
             Db::name('package')->where('id',$this->model->id)->update(['mini_code'=>$fileUrl]);
 
             Db::commit();
-            $this->getMiniCode($this->model->id,[],$this->auth->company_id);
+            $this->getMiniCode($this->model->id,[],$params['company_id']);
 
         } catch (ValidateException|PDOException|Exception $e) {
         Db::rollback();