修改名称
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user