|
@@ -569,8 +569,7 @@ class Consult extends Base
|
|
|
// "order_status" => 1
|
|
|
// ]);
|
|
|
if($isbids==1){
|
|
|
- $bidlist = Db::name("consult_b
|
|
|
- ids")->where(["infoNo"=>$zxinfo['infoNo'],"is_del"=>0])->select()->toArray();
|
|
|
+ $bidlist = Db::name("consult_bids")->where(["infoNo"=>$zxinfo['infoNo'],"is_del"=>0])->select()->toArray();
|
|
|
if (!empty($bidlist)){
|
|
|
foreach ($bidlist as $value){
|
|
|
unset($value['id']);
|