Просмотр исходного кода

Merge branch 'dev_v1.1.63_wh' of BaseService/jyMicroservices into feature/v1.1.63

王浩 7 месяцев назад
Родитель
Сommit
bce72b4f75
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      jyBXCore/rpc/service/operator.go

+ 1 - 1
jyBXCore/rpc/service/operator.go

@@ -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