|
@@ -55,7 +55,6 @@ public class ChannelMapServiceImpl implements ChannelMapService {
|
|
|
|
|
|
@Override
|
|
|
public WdCount area(List<String> channel, String rankType, String searchText, String[] addrCode) {
|
|
|
- long start = System.currentTimeMillis();
|
|
|
List<String> addrCodeList = new ArrayList<>();
|
|
|
|
|
|
//1.根据不同级别得到地区码
|
|
@@ -157,9 +156,6 @@ public class ChannelMapServiceImpl implements ChannelMapService {
|
|
|
else
|
|
|
wdCountBody.setRadio(0.0f);
|
|
|
}
|
|
|
- long end = System.currentTimeMillis();
|
|
|
- System.out.println("运行时间:" + (end - start));
|
|
|
-
|
|
|
WdCount wdCount = new WdCount();
|
|
|
wdCount.setWdCountBodyList(result);
|
|
|
wdCount.setTotal(total);
|