汇总状态的操作修改

master
zyx 4 years ago
parent 041006e1b4
commit d42cd15b0b

@ -190,7 +190,7 @@ class AggregateFinanceStatementController extends ThinkController
$this->error("参数错误"); $this->error("参数错误");
} }
if (!$_REQUEST['first_partner_id']) { if (!$_REQUEST['first_partner_id']&&!$_REQUEST['first_partner_type']) {
$this->error("编辑失败,聚合公司绑定关系未添加,请添加公司绑定关系后重算"); $this->error("编辑失败,聚合公司绑定关系未添加,请添加公司绑定关系后重算");
} }

Loading…
Cancel
Save