@@ -213,7 +213,7 @@ func ActivitySpecialCompanyApproval(companyId, companyContractId int, companyNam
err = errors.New("MultiAddCygxActivitySpecialPermissionPoints, Err:" + e.Error())
return
}
- if packageType > 0 && len(items) > 0 {
+ if packageType == 0 && len(items) > 0 {
var condition string
var pars []interface{}
pars = make([]interface{}, 0)