|
@@ -1143,7 +1143,7 @@ func CheckAddRoadShowCompanyPoint(companyId int, researcherList []*roadshow.Cale
|
|
}
|
|
}
|
|
|
|
|
|
pointsCompany, e := cygx.GetCygxActivitySpecialPermissionPointsCount(companyId)
|
|
pointsCompany, e := cygx.GetCygxActivitySpecialPermissionPointsCount(companyId)
|
|
- if e != nil {
|
|
|
|
|
|
+ if e != nil && e.Error() != utils.ErrNoRow() {
|
|
err = errors.New("GetCygxActivitySpecialPermissionPointsCount, Err: " + e.Error())
|
|
err = errors.New("GetCygxActivitySpecialPermissionPointsCount, Err: " + e.Error())
|
|
return
|
|
return
|
|
}
|
|
}
|