|
@@ -1443,7 +1443,7 @@ class After extends Base
|
|
|
// }
|
|
|
|
|
|
if ($old_sale['order_type'] == 4) $zxinfo = Db::name("good_zixun")->field('*,"" infoNo')->where(["spuCode" => $spuCode, "is_del" => 0])->find();
|
|
|
- else $zxinfo = Db::name("consult_bids")->where(["bidNo" => $old_sale['zxNo'], "is_del" => 0])->find();
|
|
|
+ else $zxinfo = Db::name("consult_bids")->where(["spuCode" => $spuCode, "is_del" => 0])->find();
|
|
|
|
|
|
if ($zxinfo == false) return error_show(1005, '未找到咨询单商品信息');
|
|
|
// if($zxinfo['status']!=6){
|