wugg 11 сар өмнө
parent
commit
d98685b7a5

+ 1 - 1
app/admin/model/ConsultTemp.php

@@ -62,7 +62,7 @@ class ConsultTemp extends Model
     
     
     public function CreateGood($bidNo,$marage){
-      $list =$this->where(["bidNo"=>$bidNo])->select();
+      $list =$this->where(["bidNo"=>$bidNo])->hidden(["id"])->select();
       if($list->isEmpty()==false){
       	    $addGood=[];
       	    $combind =[];