wesmiler 2 hafta önce
ebeveyn
işleme
4e5b0c1e3f
1 değiştirilmiş dosya ile 0 ekleme ve 5 silme
  1. 0 5
      app/Services/Common/StoreService.php

+ 0 - 5
app/Services/Common/StoreService.php

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