Browse Source

修改bug

csx 4 years ago
parent
commit
92434d555f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/patient_api_controller.go

+ 1 - 1
controllers/patient_api_controller.go View File

3457
 						err_log := models.ExportErrLog{
3457
 						err_log := models.ExportErrLog{
3458
 							LogType:    1,
3458
 							LogType:    1,
3459
 							UserOrgId:  c.GetAdminUserInfo().CurrentOrgId,
3459
 							UserOrgId:  c.GetAdminUserInfo().CurrentOrgId,
3460
-							ErrMsg:     "第" + strconv.Itoa(index+3) + "行" + "的手机号码格式不能为空",
3460
+							ErrMsg:     "第" + strconv.Itoa(index+3) + "行" + "的手机号码不能为空",
3461
 							Status:     1,
3461
 							Status:     1,
3462
 							CreateTime: time.Now().Unix(),
3462
 							CreateTime: time.Now().Unix(),
3463
 							UpdateTime: time.Now().Unix(),
3463
 							UpdateTime: time.Now().Unix(),