浏览代码

体积小

XMLWAN 3 年前
父节点
当前提交
9dd8d0f28f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/xcx_mobile_api_controller.go/xcx_api_controller.go

+ 1 - 1
controllers/xcx_mobile_api_controller.go/xcx_api_controller.go 查看文件

@@ -106,7 +106,7 @@ func (this *XcxApiController) GetUserRegister() {
106 106
 				"role": role,
107 107
 			})
108 108
 
109
-		} else if errcode == gorm.ErrRecordNotFound {
109
+		} else if errcode == nil {
110 110
 			mobilePatient, _ := service.GetMobilePatient(id_card_no)
111 111
 			this.ServeSuccessJSON(map[string]interface{}{
112 112
 				"is_bind": true,