wugg 4 月之前
父节点
当前提交
b47d62bc98
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/cxinv/model/TradePool.php

+ 1 - 1
app/cxinv/model/TradePool.php

@@ -72,7 +72,7 @@ class TradePool extends Base
           ->where('a.viceCode',$info->logNo)
           ->where(['a.status'=>2,'a.is_del'=>0,"a.type"=>2])
           ->where('b.cxCode','<>','')
-          ->field('a.cancel_fee,b.order_total,b.sequenceNo,b.cxCode')
+          ->field('a.cancel_fee,a.order_total,b.sequenceNo,b.cxCode')
           ->select();
         if($assoc->isEmpty()) throw new \Exception('数据不存在');
         $qrdArr = QrdInfo::where(['cxCode'=>array_column($assoc->toArray(),'cxCode'),'is_comon'=>0,'is_del'=>0])