Merge pull request 'fixed' (#158) from zhangwei into dev
Reviewed-on: #158
This commit is contained in:
commit
db2b170dff
@ -131,7 +131,6 @@
|
||||
$params = (new CompanyValidate())->post()->goCheck('add');
|
||||
$params['other_contacts'] = json_encode($params['other_contacts']);
|
||||
$params['qualification'] = json_encode($params['qualification']);
|
||||
$params['area_manager'] = $this->adminId;
|
||||
if (isset($params['responsible_area'])) {
|
||||
$params['responsible_area'] = implode(',', $params['responsible_area']);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user