소스 검색

BUG修复 加入设备状态,修正重复添加水位问题

qinguocai 1 년 전
부모
커밋
980696076b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ruoyi-system/src/main/resources/mapper/BerthingPointConfigMapper.xml

+ 1 - 1
ruoyi-system/src/main/resources/mapper/BerthingPointConfigMapper.xml

@@ -93,7 +93,7 @@
                 and is_del = #{isDel}
             </if>
             <if test="wlevel != null">
-                and wlevel = #{wlevel}
+                and  ROUND(wlevel,2) = #{wlevel}
             </if>
             <if test="factors != null and factors != ''">
                 and factors = #{factors}