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