Bläddra i källkod

修正后台数据

shilin 5 år sedan
förälder
incheckning
a06e68201d

+ 1 - 1
src/main/java/com/gyee/frame/service/app/index/IndexDetailService.java

@@ -34,7 +34,7 @@ import java.util.*;
 public class IndexDetailService extends SocketToolService{
 	@Autowired
     private InitialRunner initialRunner;
-    private static int decimal_digit = 1;
+    private static int decimal_digit = 2;
 	IEdosUtil mongodb = new EdosUtil();
     @Resource
     private WindpowerinfodayService windpowerinfodayService;

+ 1 - 1
src/main/java/com/gyee/frame/service/app/index/IndexService.java

@@ -35,7 +35,7 @@ import java.util.*;
 public class IndexService extends SocketToolService{
 	@Autowired
     private InitialRunner initialRunner;
-    private static int decimal_digit = 1;
+    private static int decimal_digit = 2;
 	IEdosUtil mongodb = new EdosUtil();
     @Resource
     private WindpowerinfodayService windpowerinfodayService;

+ 1 - 1
src/main/java/com/gyee/frame/service/app/windpowerstationdetail/WindpowerstationdetailService.java

@@ -34,7 +34,7 @@ public class WindpowerstationdetailService extends SocketToolService {
     //public static Map<String,String> comprehensive_target_pointMap = new HashMap<>();
     @Autowired
     private InitialRunner initialRunner;
-    private static int decimal_digit = 1;
+    private static int decimal_digit = 2;
     @Resource
     private WindpowerinfodayService windpowerinfodayService;
     @Resource

+ 1 - 1
src/main/java/com/gyee/frame/service/app/windpowerstationdetail/Windspeedpowercurvedetail.java

@@ -27,7 +27,7 @@ import java.util.*;
 public class Windspeedpowercurvedetail extends SocketToolService {
     @Autowired
     private InitialRunner initialRunner;
-    private static int decimal_digit = 1;
+    private static int decimal_digit = 2;
     IEdosUtil mongodb = new EdosUtil();
     public static Map<String,String> windpowerstationdetail_twentyfourhourlinechart_target_pointMap = new HashMap<>();
     private double decimal(int num,double value){

+ 1 - 1
src/main/java/com/gyee/frame/service/app/windpowerstationdetail/Windspeedpowermodule.java

@@ -26,7 +26,7 @@ import java.util.Map;
 public class Windspeedpowermodule extends SocketToolService {
     @Autowired
     private InitialRunner initialRunner;
-    private static int decimal_digit = 1;
+    private static int decimal_digit = 2;
     IEdosUtil mongodb = new EdosUtil();
     public void index_windSpeed_power_target_detail() throws Exception{
         Map<String, Map<String, WindPowerStationTestingPoint2>> stationPointmap = InitialRunner.stationPointmap;