Ver Fonte

no message

zhangchuanxing há 3 meses atrás
pai
commit
9f00dcb2bf
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      services/cygx/activity_special.go

+ 1 - 1
services/cygx/activity_special.go

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