wugg 11 tháng trước cách đây
mục cha
commit
d98685b7a5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/admin/model/ConsultTemp.php

+ 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 =[];