|
@@ -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
|