修改名称

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
@@ -42,7 +42,7 @@
<when test="disasterType == 'flash_flood'">
AND disaster_type = '山洪'
</when>
<when test="disasterType == 'waterlogging'">
<when test="disasterType == 'water_logging'">
AND disaster_type = '内涝'
</when>
</choose>