From 92d6f504e87e46e7014e593d008799df8d7375f0 Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Fri, 5 Feb 2021 10:16:05 +0800 Subject: [PATCH] =?UTF-8?q?2.7=E5=8F=B7=E5=8A=9F=E8=83=BD=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Admin/Controller/CompanyStatementController.class.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Application/Admin/Controller/CompanyStatementController.class.php b/Application/Admin/Controller/CompanyStatementController.class.php index 7cec7df78..cb3ad059a 100644 --- a/Application/Admin/Controller/CompanyStatementController.class.php +++ b/Application/Admin/Controller/CompanyStatementController.class.php @@ -720,16 +720,18 @@ class CompanyStatementController extends ThinkController } if ($hkey>=50) break; } - + $hkey = 0; } - +// dump($handle_data); //特殊补点结算单发起汇总 foreach ($handle_data as $key => $value) { $pool_ids = implode(",",array_values($value)); +// dump($pool_ids); if ($pool_ids) { $this->pool($pool_ids); } } +// die(); //普通结算单发起汇总 $arr_ids = implode(",",array_diff($arr_ids,$upset_ids));