瀏覽代碼

update

add_mode
DengBiao 1 年之前
父節點
當前提交
a049c422c0
共有 1 個檔案被更改,包括 3 行新增4 行删除
  1. +3
    -4
      app/db/db_user_identity.go

+ 3
- 4
app/db/db_user_identity.go 查看文件

@@ -4,7 +4,6 @@ import (
"applet/app/db/model"
"applet/app/enum"
"applet/app/utils/logx"
"errors"
"reflect"
"xorm.io/xorm"
)
@@ -60,9 +59,9 @@ func (userIdentityDb *UserIdentityDb) UserIdentityExistV1(enterpriseId int, name
if err1 != nil {
return nil, err
}
if class == nil {
return nil, errors.New("当前学生身份待管理员确认")
}
//if class == nil {
// return nil, errors.New("当前学生身份待管理员确认")
//}
if class.ClassId == classId {
return m, nil
}


Loading…
取消
儲存