Commit 0d5e1170 authored by szh's avatar szh

update

parent 7fee32bb
...@@ -82,6 +82,7 @@ func (courseListService *CourseListService)GetCourseListInfoList(info courseReq. ...@@ -82,6 +82,7 @@ func (courseListService *CourseListService)GetCourseListInfoList(info courseReq.
if err != nil && err != gorm.ErrRecordNotFound{ if err != nil && err != gorm.ErrRecordNotFound{
return return
} else if err != nil && err == gorm.ErrRecordNotFound { } else if err != nil && err == gorm.ErrRecordNotFound {
err = nil
continue continue
} }
if err == nil && *cs.IsPass{ if err == nil && *cs.IsPass{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment