|
@@ -719,7 +719,7 @@ public class SpecificService {
|
|
|
wpids.stream().forEach(wpid->{
|
|
|
SpecificTarget vo = new SpecificTarget();
|
|
|
vo.setWpid(wpid);
|
|
|
- int orderNum = 0;
|
|
|
+ int orderNum = 100;
|
|
|
if(wpid.contains("_ZGS")){
|
|
|
vo.setWpname(CacheContext.cpmap.get(companys).getAname());
|
|
|
}else if(wpid.contains("_RGN")){
|
|
@@ -756,7 +756,7 @@ public class SpecificService {
|
|
|
resultendList.add(vo);
|
|
|
});
|
|
|
}
|
|
|
- SortUtils.sort(resultendList,"orderNum",SortUtils.DESC);
|
|
|
+ SortUtils.sort(resultendList,"orderNum",SortUtils.ASC);
|
|
|
|
|
|
return resultendList;
|
|
|
}
|
|
@@ -866,7 +866,7 @@ public class SpecificService {
|
|
|
wpids.stream().forEach(wpid->{
|
|
|
SpecificTarget vo = new SpecificTarget();
|
|
|
vo.setWpid(wpid);
|
|
|
- int orderNum = 0;
|
|
|
+ int orderNum = 100;
|
|
|
if(wpid.contains("_ZGS")){
|
|
|
vo.setWpname(CacheContext.cpmap.get(companys).getAname());
|
|
|
}else if(wpid.contains("_RGN")){
|
|
@@ -903,7 +903,7 @@ public class SpecificService {
|
|
|
resultendList.add(vo);
|
|
|
});
|
|
|
}
|
|
|
- SortUtils.sort(resultendList,"orderNum",SortUtils.DESC);
|
|
|
+ SortUtils.sort(resultendList,"orderNum",SortUtils.ASC);
|
|
|
|
|
|
return resultendList;
|
|
|
}
|
|
@@ -1012,7 +1012,7 @@ public class SpecificService {
|
|
|
wpids.stream().forEach(wpid->{
|
|
|
SpecificTarget vo = new SpecificTarget();
|
|
|
vo.setWpid(wpid);
|
|
|
- int orderNum = 0;
|
|
|
+ int orderNum = 100;
|
|
|
if(wpid.contains("_ZGS")){
|
|
|
vo.setWpname(CacheContext.cpmap.get(companys).getAname());
|
|
|
}else if(wpid.contains("_RGN")){
|
|
@@ -1049,7 +1049,7 @@ public class SpecificService {
|
|
|
resultendList.add(vo);
|
|
|
});
|
|
|
}
|
|
|
- SortUtils.sort(resultendList,"orderNum",SortUtils.DESC);
|
|
|
+ SortUtils.sort(resultendList,"orderNum",SortUtils.ASC);
|
|
|
|
|
|
return resultendList;
|
|
|
|
|
@@ -1159,7 +1159,7 @@ public class SpecificService {
|
|
|
wpids.stream().forEach(wpid->{
|
|
|
SpecificTarget vo = new SpecificTarget();
|
|
|
vo.setWpid(wpid);
|
|
|
- int orderNum = 0;
|
|
|
+ int orderNum = 100;
|
|
|
if(wpid.contains("_ZGS")){
|
|
|
vo.setWpname(CacheContext.cpmap.get(companys).getAname());
|
|
|
}else if(wpid.contains("_RGN")){
|
|
@@ -1196,7 +1196,7 @@ public class SpecificService {
|
|
|
resultendList.add(vo);
|
|
|
});
|
|
|
}
|
|
|
- SortUtils.sort(resultendList,"orderNum",SortUtils.DESC);
|
|
|
+ SortUtils.sort(resultendList,"orderNum",SortUtils.ASC);
|
|
|
|
|
|
return resultendList;
|
|
|
}
|
|
@@ -1305,7 +1305,7 @@ public class SpecificService {
|
|
|
wpids.stream().forEach(wpid->{
|
|
|
SpecificTarget vo = new SpecificTarget();
|
|
|
vo.setWpid(wpid);
|
|
|
- int orderNum = 0;
|
|
|
+ int orderNum = 100;
|
|
|
if(wpid.contains("_ZGS")){
|
|
|
vo.setWpname(CacheContext.cpmap.get(companys).getAname());
|
|
|
}else if(wpid.contains("_RGN")){
|
|
@@ -1342,7 +1342,7 @@ public class SpecificService {
|
|
|
resultendList.add(vo);
|
|
|
});
|
|
|
}
|
|
|
- SortUtils.sort(resultendList,"orderNum",SortUtils.DESC);
|
|
|
+ SortUtils.sort(resultendList,"orderNum",SortUtils.ASC);
|
|
|
|
|
|
return resultendList;
|
|
|
}
|
|
@@ -1451,7 +1451,7 @@ public class SpecificService {
|
|
|
wpids.stream().forEach(wpid->{
|
|
|
SpecificTarget vo = new SpecificTarget();
|
|
|
vo.setWpid(wpid);
|
|
|
- int orderNum = 0;
|
|
|
+ int orderNum = 100;
|
|
|
if(wpid.contains("_ZGS")){
|
|
|
vo.setWpname(CacheContext.cpmap.get(companys).getAname());
|
|
|
}else if(wpid.contains("_RGN")){
|
|
@@ -1488,7 +1488,7 @@ public class SpecificService {
|
|
|
resultendList.add(vo);
|
|
|
});
|
|
|
}
|
|
|
- SortUtils.sort(resultendList,"orderNum",SortUtils.DESC);
|
|
|
+ SortUtils.sort(resultendList,"orderNum",SortUtils.ASC);
|
|
|
|
|
|
return resultendList;
|
|
|
}
|
|
@@ -1597,7 +1597,7 @@ public class SpecificService {
|
|
|
wpids.stream().forEach(wpid->{
|
|
|
SpecificTarget vo = new SpecificTarget();
|
|
|
vo.setWpid(wpid);
|
|
|
- int orderNum = 0;
|
|
|
+ int orderNum = 100;
|
|
|
if(wpid.contains("_ZGS")){
|
|
|
vo.setWpname(CacheContext.cpmap.get(companys).getAname());
|
|
|
}else if(wpid.contains("_RGN")){
|
|
@@ -1635,7 +1635,7 @@ public class SpecificService {
|
|
|
});
|
|
|
}
|
|
|
|
|
|
- SortUtils.sort(resultendList,"orderNum",SortUtils.DESC);
|
|
|
+ SortUtils.sort(resultendList,"orderNum",SortUtils.ASC);
|
|
|
return resultendList;
|
|
|
}
|
|
|
|
|
@@ -1743,7 +1743,7 @@ public class SpecificService {
|
|
|
wpids.stream().forEach(wpid->{
|
|
|
SpecificTarget vo = new SpecificTarget();
|
|
|
vo.setWpid(wpid);
|
|
|
- int orderNum = 0;
|
|
|
+ int orderNum = 100;
|
|
|
if(wpid.contains("_ZGS")){
|
|
|
vo.setWpname(CacheContext.cpmap.get(companys).getAname());
|
|
|
}else if(wpid.contains("_RGN")){
|
|
@@ -1780,7 +1780,7 @@ public class SpecificService {
|
|
|
resultendList.add(vo);
|
|
|
});
|
|
|
}
|
|
|
- SortUtils.sort(resultendList,"orderNum",SortUtils.DESC);
|
|
|
+ SortUtils.sort(resultendList,"orderNum",SortUtils.ASC);
|
|
|
|
|
|
return resultendList;
|
|
|
}
|
|
@@ -1889,7 +1889,7 @@ public class SpecificService {
|
|
|
wpids.stream().forEach(wpid->{
|
|
|
SpecificTarget vo = new SpecificTarget();
|
|
|
vo.setWpid(wpid);
|
|
|
- int orderNum = 0;
|
|
|
+ int orderNum = 100;
|
|
|
if(wpid.contains("_ZGS")){
|
|
|
vo.setWpname(CacheContext.cpmap.get(companys).getAname());
|
|
|
}else if(wpid.contains("_RGN")){
|
|
@@ -1926,7 +1926,7 @@ public class SpecificService {
|
|
|
resultendList.add(vo);
|
|
|
});
|
|
|
}
|
|
|
- SortUtils.sort(resultendList,"orderNum",SortUtils.DESC);
|
|
|
+ SortUtils.sort(resultendList,"orderNum",SortUtils.ASC);
|
|
|
|
|
|
return resultendList;
|
|
|
}
|
|
@@ -2035,7 +2035,7 @@ public class SpecificService {
|
|
|
wpids.stream().forEach(wpid->{
|
|
|
SpecificTarget vo = new SpecificTarget();
|
|
|
vo.setWpid(wpid);
|
|
|
- int orderNum = 0;
|
|
|
+ int orderNum = 100;
|
|
|
if(wpid.contains("_ZGS")){
|
|
|
vo.setWpname(CacheContext.cpmap.get(companys).getAname());
|
|
|
}else if(wpid.contains("_RGN")){
|
|
@@ -2072,7 +2072,7 @@ public class SpecificService {
|
|
|
resultendList.add(vo);
|
|
|
});
|
|
|
}
|
|
|
- SortUtils.sort(resultendList,"orderNum",SortUtils.DESC);
|
|
|
+ SortUtils.sort(resultendList,"orderNum",SortUtils.ASC);
|
|
|
|
|
|
return resultendList;
|
|
|
}
|
|
@@ -2181,7 +2181,7 @@ public class SpecificService {
|
|
|
wpids.stream().forEach(wpid->{
|
|
|
SpecificTarget vo = new SpecificTarget();
|
|
|
vo.setWpid(wpid);
|
|
|
- int orderNum = 0;
|
|
|
+ int orderNum = 100;
|
|
|
if(wpid.contains("_ZGS")){
|
|
|
vo.setWpname(CacheContext.cpmap.get(companys).getAname());
|
|
|
}else if(wpid.contains("_RGN")){
|
|
@@ -2218,7 +2218,7 @@ public class SpecificService {
|
|
|
resultendList.add(vo);
|
|
|
});
|
|
|
}
|
|
|
- SortUtils.sort(resultendList,"orderNum",SortUtils.DESC);
|
|
|
+ SortUtils.sort(resultendList,"orderNum",SortUtils.ASC);
|
|
|
|
|
|
return resultendList;
|
|
|
}
|
|
@@ -2328,7 +2328,7 @@ public class SpecificService {
|
|
|
wpids.stream().forEach(wpid->{
|
|
|
SpecificTarget vo = new SpecificTarget();
|
|
|
vo.setWpid(wpid);
|
|
|
- int orderNum = 0;
|
|
|
+ int orderNum = 100;
|
|
|
if(wpid.contains("_ZGS")){
|
|
|
vo.setWpname(CacheContext.cpmap.get(companys).getAname());
|
|
|
}else if(wpid.contains("_RGN")){
|
|
@@ -2365,7 +2365,7 @@ public class SpecificService {
|
|
|
resultendList.add(vo);
|
|
|
});
|
|
|
}
|
|
|
- SortUtils.sort(resultendList,"orderNum",SortUtils.DESC);
|
|
|
+ SortUtils.sort(resultendList,"orderNum",SortUtils.ASC);
|
|
|
|
|
|
return resultendList;
|
|
|
}
|
|
@@ -2474,7 +2474,7 @@ public class SpecificService {
|
|
|
wpids.stream().forEach(wpid->{
|
|
|
SpecificTarget vo = new SpecificTarget();
|
|
|
vo.setWpid(wpid);
|
|
|
- int orderNum = 0;
|
|
|
+ int orderNum = 100;
|
|
|
if(wpid.contains("_ZGS")){
|
|
|
vo.setWpname(CacheContext.cpmap.get(companys).getAname());
|
|
|
}else if(wpid.contains("_RGN")){
|
|
@@ -2511,7 +2511,7 @@ public class SpecificService {
|
|
|
resultendList.add(vo);
|
|
|
});
|
|
|
}
|
|
|
- SortUtils.sort(resultendList,"orderNum",SortUtils.DESC);
|
|
|
+ SortUtils.sort(resultendList,"orderNum",SortUtils.ASC);
|
|
|
|
|
|
return resultendList;
|
|
|
}
|