Commit 0ccc7b1b authored by tangwei's avatar tangwei

解决冲突

parents 3fb32c40 d444e4af
...@@ -109,10 +109,10 @@ public class DemoController extends BaseController { ...@@ -109,10 +109,10 @@ public class DemoController extends BaseController {
maps2.put("createdTime", "2023-07-05 18:30:26"); maps2.put("createdTime", "2023-07-05 18:30:26");
maps2.put("unit", monitorFanIndicator.getUnit()); maps2.put("unit", monitorFanIndicator.getUnit());
maps2.put("value", null); maps2.put("value", "");
maps2.put("valueLabel",null ); maps2.put("valueLabel","" );
maps2.put("traceId", null); maps2.put("traceId", "");
maps2.put("equipmentIndexName", monitorFanIndicator.getIndicator());
maps2.put("equipmentNumber", monitorFanIndicator.getEquipmentNumber()); maps2.put("equipmentNumber", monitorFanIndicator.getEquipmentNumber());
maps2.put("frontModule", monitorFanIndicator.getFrontModule()); maps2.put("frontModule", monitorFanIndicator.getFrontModule());
maps2.put("systemType", monitorFanIndicator.getSystemType()); maps2.put("systemType", monitorFanIndicator.getSystemType());
......
...@@ -50,7 +50,7 @@ public class MonitoringMapController extends BaseController { ...@@ -50,7 +50,7 @@ public class MonitoringMapController extends BaseController {
@TycloudOperation(needAuth = false, ApiLevel = UserType.AGENCY) @TycloudOperation(needAuth = false, ApiLevel = UserType.AGENCY)
@ApiOperation(value = "获取社会贡献") @ApiOperation(value = "获取社会贡献")
@GetMapping("/getTotalSocialContribution") @GetMapping("/getTotalSocialContribution")
public ResponseModel<List<SocialContributionDto>> getTotalSocialContribution() { public void getTotalSocialContribution() {
return ResponseHelper.buildResponse(monitoringServiceImpl.getTotalSocialContribution()); // return ResponseHelper.buildResponse(monitoringServiceImpl.getTotalSocialContribution());
} }
} }
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