소스 검색

日程管理 联调

wangxingcheng 3 년 전
부모
커밋
a109cb66c9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      opms_parent/app/service/plat/plat_schedule.go

+ 1 - 0
opms_parent/app/service/plat/plat_schedule.go

@@ -39,6 +39,7 @@ func (s *scheduleService) GetList(req *model.ScheduleSearchReq) (total int, sche
 	}
 	total, err = Model.Count()
 	if err != nil {
+		//err = myerrors.NewMsgError(nil, "获取总行数失败")
 		g.Log().Error(err)
 		return
 	}