Browse Source

Wesmiler 校企小程序 更新

wesmiler 3 years ago
parent
commit
dc0298d3ce
1 changed files with 0 additions and 4 deletions
  1. 0 4
      app/api/model/User.php

+ 0 - 4
app/api/model/User.php

@@ -248,10 +248,6 @@ class User extends UserModel
                 throwError('请选择入学年份');
                 throwError('请选择入学年份');
             }
             }
 
 
-            if(empty($data['speciality'])){
-                throwError('请选择就读专业');
-            }
-
             if(empty($data['education_certify'])){
             if(empty($data['education_certify'])){
                 throwError('请上传教育证明');
                 throwError('请上传教育证明');
             }
             }