chuweiqiang hai 1 ano
pai
achega
9b6e5a4f5e
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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)