Quellcode durchsuchen

默认值处理

WH01243 vor 7 Monaten
Ursprung
Commit
89f97abc9b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      jyBXCore/rpc/service/operator.go

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

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