|
@@ -205,7 +205,8 @@ public class EnergyServiceImpl implements EnergyService {
|
|
|
|
|
|
objects.get(2).put("value",-1.2);
|
|
|
|
|
|
- objects.get(2).put("value","微量");
|
|
|
+ objects.get(3).put("value","微量");
|
|
|
+ objects.get(3).put("compare",compare);
|
|
|
|
|
|
objects.get(1).put("value","微量");
|
|
|
objects.get(1).put("compare",compare);
|