From d42cd15b0ba12e4c6b005eaacecfd173c9fb1063 Mon Sep 17 00:00:00 2001 From: zyx Date: Thu, 1 Oct 2020 16:04:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B1=87=E6=80=BB=E7=8A=B6=E6=80=81=E7=9A=84?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controller/AggregateFinanceStatementController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/AggregateFinanceStatementController.class.php b/Application/Admin/Controller/AggregateFinanceStatementController.class.php index 2fb7f7874..dca265b15 100644 --- a/Application/Admin/Controller/AggregateFinanceStatementController.class.php +++ b/Application/Admin/Controller/AggregateFinanceStatementController.class.php @@ -190,7 +190,7 @@ class AggregateFinanceStatementController extends ThinkController $this->error("参数错误"); } - if (!$_REQUEST['first_partner_id']) { + if (!$_REQUEST['first_partner_id']&&!$_REQUEST['first_partner_type']) { $this->error("编辑失败,聚合公司绑定关系未添加,请添加公司绑定关系后重算"); }