chuweiqiang 1 year ago
parent
commit
9b6e5a4f5e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/data/controller/api/auth/DemandLabor.php

+ 3 - 0
app/data/controller/api/auth/DemandLabor.php

@@ -58,6 +58,9 @@ class DemandLabor extends Auth
         switch ($data['type']){
             case 1:
                 $salary = $data['salary'];
+                if($data['schooling'] == '不限'){
+                    $data['schooling'] = '';
+                }
                 $schooling = $data['schooling'];
                 $list = DataRecruitment::mk()
                     ->where('is_del',1)