pull/35/head
张萌 2 years ago
parent b3e73fb1c5
commit e9a082aa9a

@ -97,7 +97,7 @@ class PoolConfigLogic
return false;
}
if (!empty($param['customer_type'])) {
if (empty($param['customer_type'])) {
$this->error = '请设置客户类型!';
return false;
}

Loading…
Cancel
Save