|
@@ -308,7 +308,7 @@ func getConfiguration(conditionName, conditionType string, entId int64, position
|
|
|
AND a.element_name = ?
|
|
|
and FIND_IN_SET( b.code,a.element_value)
|
|
|
inner join d_yys_dimensions_order c on b.name=c.name and b.type= c.type and b.type=?
|
|
|
- order by c.id `, positionId, entId, conditionName, filedType, filedType)
|
|
|
+ order by c.id `, positionId, entId, conditionName, filedType)
|
|
|
options := []map[string]interface{}{}
|
|
|
if data == nil {
|
|
|
return options, dataMap
|