Explorar o código

Merge branch 'cygx_12.7' of http://8.136.199.33:3000/cxzhang/hongze_clpt into debug

xingzai hai 1 ano
pai
achega
1751e5ab43
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      services/micro_roadshow.go

+ 1 - 1
services/micro_roadshow.go

@@ -875,7 +875,7 @@ func GetActivityLYHFMapByActivityIds(activityIds []int) (mapResp map[int]bool) {
 	}
 	condition = ` AND activity_id IN (` + utils.GetOrmInReplace(lenArr) + `)  `
 	pars = append(pars, activityIds)
-	list, e := models.GetCygxActivityList(condition, pars, 0, lenArr)
+	list, e := models.GetActivityListByCondition(condition, pars)
 	if e != nil {
 		err = errors.New("GetIndustrialManagementNewList, Err: " + e.Error())
 		return