liusheng
5 天以前 eb3195e397b023cfae1ee4dea7fbc29f1271504f
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> " +