|
|
@@ -179,11 +179,6 @@ class StoreService extends BaseService
|
|
|
$data['driver_license'] = get_image_path($data['driver_license']);
|
|
|
}
|
|
|
|
|
|
- if (empty($data['position'])) {
|
|
|
- return message('请填写负责人职位', false);
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
$data['name'] = $data['nickname'];
|
|
|
if (empty($data['name'])) {
|
|
|
return message('请填写商户名称', false);
|