eight
2025-04-15 39f4a033065d262fd3ed146b3b597faa09bd9c86
bug fix
已修改1个文件
2 ■■■ 文件已修改
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/mysql/devrent/DevRentMapper.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/mysql/devrent/DevRentMapper.java
@@ -48,7 +48,7 @@
            "  <if test=\"patId != null and patId != ''\"> " +
            "    and pat_id = #{patId} " +
            "  </if> " +
            "  <if test=\"checkType != null and checkType != ''\"> " +
            "  <if test=\"checkType != null \"> " +
            "    and check_type = #{checkType} " +
            "  </if> " +
            "</where> " +