|
@@ -4309,7 +4309,7 @@ func (this *ActivityCoAntroller) LabelTypeListV6Pc() {
|
|
|
if activeState != "" {
|
|
|
condition += ` AND art.active_state IN (` + activeState + `)`
|
|
|
} else {
|
|
|
- condition += ` AND art.active_state IN (1)`
|
|
|
+ condition += ` AND art.active_state IN (1,2)`
|
|
|
}
|
|
|
if (userType == 2 || userType == 3 || userType == 4) && strings.Contains(permissionStr, "专家") {
|
|
|
conditionOr += ` OR ( art.is_limit_people = 1 AND art.customer_type_ids LIKE '%4%' ` + condition + `) `
|