소스 검색

fireType修改

yq 4 년 전
부모
커밋
2f8186c3a2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mhfire-mapping/src/main/resources/mapper/mysql/FireStatisticsMapper.xml

+ 1 - 1
mhfire-mapping/src/main/resources/mapper/mysql/FireStatisticsMapper.xml

@@ -88,7 +88,7 @@
                 and `行政区域` = #{region}
             </if>
             <if test="fireType != null and fireType != ''">
-                and `火灾原因分类(一级)` = #{level}
+                and `火灾原因分类(一级)` = #{fireType}
             </if>
             <if test="unitId != null and unitId != ''">
                 and `单位代码` = #{unitId}