|
@@ -524,6 +524,7 @@ class Sale extends Base{
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ }
|
|
|
$comoOrder = CgdInfo::where(['mainCode'=>$post['orderCode'],'is_comon'=>2,'status'=>1])->field('sequenceNo,companyName')->findOrEmpty();
|
|
|
if(!empty($comoOrder)){
|
|
|
$payNo = Db::name('pay_info')->where(['cgdNo'=>$comoOrder['sequenceNo'],'status'=>1,'is_del'=>0])->value('payNo','');
|
|
@@ -546,7 +547,7 @@ class Sale extends Base{
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
+
|
|
|
}
|
|
|
|
|
|
|