Pārlūkot izejas kodu

Merge branch 'bzq/306_report_classify' of eta_gn_server/eta_report into debug

baoziqiang 4 mēneši atpakaļ
vecāks
revīzija
91f7894f45
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      controllers/report_open.go

+ 4 - 0
controllers/report_open.go

@@ -68,6 +68,10 @@ func (this *ReportOpenController) ClassifyTree() {
 	adminObj := new(models.Admin)
 	admin, e := adminObj.GetAdminByOutId(outId)
 	if e != nil {
+		if utils.IsErrNoRow(e) {
+			br.Msg = "工号不存在"
+			return
+		}
 		br.Msg = "获取失败"
 		br.ErrMsg = fmt.Sprintf("获取管理员信息失败,%v", e)
 		return