|
@@ -150,13 +150,9 @@ class Export extends Base
|
|
|
->where($where)
|
|
|
->order('a.addtime desc')
|
|
|
->cursor();
|
|
|
- //echo Db::name('invoice_pool')->getLastSql();die();
|
|
|
foreach ($list as $value){
|
|
|
$value["开票方式"] = $open_type[$value["开票方式"]] ?? '';
|
|
|
$value["开票种类"] = $inv_type[$value["开票种类"]] ?? '';
|
|
|
-// $value["付款银行单位账号"] .=' ';
|
|
|
-// $value["认领企业"] =Db::name("customer_info")->where(["companyNo"=>$value["认领企业"]])->value("companyName","");
|
|
|
-
|
|
|
yield $value;
|
|
|
}
|
|
|
}
|