|
@@ -320,7 +320,7 @@ func getConfiguration(conditionName, conditionType string, entId int64, position
|
|
|
and a.is_delete = 0
|
|
|
AND a.element_name = ?
|
|
|
and FIND_IN_SET( b.code,a.element_value)
|
|
|
- left join d_yys_dimensions_order c on b.type=? and b.name=c.name and b.type= c.type and b.type=?
|
|
|
+ left join d_yys_dimensions_order c on b.type=? and b.name=c.name and b.type= c.type
|
|
|
where b.type=? order by c.id,b.code`, positionId, entId, conditionName, filedType, filedType)
|
|
|
} else {
|
|
|
if conditionType == "winner_tag" {
|