|
@@ -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;
|