Commit e020a329 authored by tianyiming's avatar tianyiming

修改bug

parent b04a7094
......@@ -377,6 +377,7 @@ public class SupervisionConfigureController extends AbstractBaseController {
pressurePumpInfo.getRecords().stream(
).map(item -> {
item.put("startAndStopInterval", finalDiffMinute);
item.put("nameKey", pressurePumpStart);
return item;
}).collect(Collectors.toList());
return CommonResponseUtil.success(pressurePumpInfo);
......
......@@ -4835,6 +4835,7 @@
<select id="getPipeNetworkBySuper" resultType="java.util.Map">
SELECT
a.`name`,
'FHS_PipePressureDetector_PipePressure' nameKey,
(CASE WHEN
LENGTH(trim(a.area)) = 0 THEN '--'
ELSE
......@@ -5288,6 +5289,7 @@
<select id="getCenterWaterInfo" resultType="java.util.Map">
SELECT
a.`name`,
'FHS_FirePoolDevice_WaterLevel,FHS_WirelessliquidDetector_WaterLevel' nameKey,
(
CASE
......
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