|
@@ -4250,9 +4250,13 @@ public class GenreSetPushService {
|
|
if (planmonth == month) {
|
|
if (planmonth == month) {
|
|
|
|
|
|
map.put("yfdljh",fdl);
|
|
map.put("yfdljh",fdl);
|
|
|
|
+ map.put("nfdljh",0.00);
|
|
|
|
+ }else {
|
|
|
|
+ map.put("nfdljh",fdl);
|
|
|
|
+ map.put("yfdljh",0.00);
|
|
}
|
|
}
|
|
|
|
|
|
- map.put("nfdljh",fdl);
|
|
|
|
|
|
+
|
|
|
|
|
|
}
|
|
}
|
|
gxkmap.put(plan.getWindpower(),map);
|
|
gxkmap.put(plan.getWindpower(),map);
|