修改名称

This commit is contained in:
wzy-warehouse
2026-04-28 10:06:58 +08:00
parent 668190dcd9
commit babb835ca4
2 changed files with 2 additions and 2 deletions
@@ -72,7 +72,7 @@ public class IXianHiddenDangerSpotsServiceImpl implements XianHiddenDangerSpotsS
return debrisFlowKey; return debrisFlowKey;
case "flash_flood": case "flash_flood":
return flashFloodKey; return flashFloodKey;
case "waterlogging": case "water_logging":
return waterLoggingKey; return waterLoggingKey;
default: default:
return allBasePointsKey; return allBasePointsKey;
@@ -42,7 +42,7 @@
<when test="disasterType == 'flash_flood'"> <when test="disasterType == 'flash_flood'">
AND disaster_type = '山洪' AND disaster_type = '山洪'
</when> </when>
<when test="disasterType == 'waterlogging'"> <when test="disasterType == 'water_logging'">
AND disaster_type = '内涝' AND disaster_type = '内涝'
</when> </when>
</choose> </choose>