|
@@ -467,7 +467,7 @@ class InterOrder extends \app\admin\BaseController{
|
|
|
$id = isset($post['id'])&&$post['id']!='' ? $post['id'] :"";
|
|
|
$condition = [['a.id',"=",$id]];
|
|
|
$list=Db::name('inter_order')->alias('a')->join('qrd_info b',"a.orderCode=b.sequenceNo and b.is_del=0 and b.department='网络部'",'left')
|
|
|
- ->join('cgd_info c',"a.orderCode=b.sequenceNo and c.is_del=0 and c.department='网络部'",'left')->json
|
|
|
+ ->join('cgd_info c',"a.cgdNo=c.sequenceNo and c.is_del=0 and c.department='网络部'",'left')->json
|
|
|
(["cat"])->where($condition)
|
|
|
->order("a.addtime desc")->field('a.id,
|
|
|
b.goodNo ,
|