|
@@ -828,7 +828,7 @@ func ParticipateProjectEnt(entId int64, projectId []string) *[]map[string]interf
|
|
|
value = append(value, projectId[i])
|
|
|
}
|
|
|
argStr := strings.Join(arg, ",")
|
|
|
- query := "select GROUP_CONCAT(ent_user_id) as personIds ,project_id from " + EntnicheUserTable + " where ent_id=? and project_id in (%s) and state=0 group by project_id "
|
|
|
+ query := "select GROUP_CONCAT(ent_user_id) as personIds ,project_id from " + ParticipateUserTable + " where ent_id=? and project_id in (%s) and state=0 group by project_id "
|
|
|
rs := IC.BaseMysql.SelectBySql(fmt.Sprintf(query, argStr), value...)
|
|
|
return rs
|
|
|
}
|