浏览代码

no message

zhangchuanxing 3 月之前
父节点
当前提交
9f00dcb2bf
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)