Commit f9df89a3 authored by tangwei's avatar tangwei

删除测试代码

parent 041553cf
...@@ -123,7 +123,7 @@ public class SofarDataAcquisitionServiceImpl implements SofarDataAcquisitionServ ...@@ -123,7 +123,7 @@ public class SofarDataAcquisitionServiceImpl implements SofarDataAcquisitionServ
for (int i = 0; i < list.size(); i++) { for (int i = 0; i < list.size(); i++) {
SofarStationList sunlightDto=list.get(i); SofarStationList sunlightDto=list.get(i);
System.out.println(i+"===================================================="); // System.out.println(i+"====================================================");
JpStation jpStation=null; JpStation jpStation=null;
......
...@@ -144,7 +144,7 @@ public class SunlightServiceImpl implements SunlightService { ...@@ -144,7 +144,7 @@ public class SunlightServiceImpl implements SunlightService {
if(i==160){ if(i==160){
System.out.println("22222"); System.out.println("22222");
} }
System.out.println(i+"===================================================="); // System.out.println(i+"====================================================");
JpStation jpStation=null; JpStation jpStation=null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment