Explorar o código

Merge branch 'wugg-dev' of wugg/phpstock into version1.5

wugg %!s(int64=2) %!d(string=hai) anos
pai
achega
14412f0f47
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/admin/controller/After.php

+ 1 - 1
app/admin/controller/After.php

@@ -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){