|
@@ -264,7 +264,7 @@ public class enterprisetarget extends Controller {
|
|
|
}else{
|
|
|
if(isJSONArray(statisticaldimension)){
|
|
|
JSONArray jsonArrayResult = JSONArray.parseArray(statisticaldimension);
|
|
|
- String where1="t1.class in"+jsonArrayResult+" or t1.subclass in"+jsonArrayResult;
|
|
|
+ String where1="class in"+jsonArrayResult+" or subclass in"+jsonArrayResult;
|
|
|
where1 = where1.replace("[", "(").replace("]", ")");
|
|
|
sqlFactory.addParameter_SQL("where1", where1);
|
|
|
}else{
|