eight
2024-11-12 ce6ce8f0fc90718184bf54a149d6cf70a63efb17
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/mysql/devrent/DevRentMapper.java
@@ -49,6 +49,9 @@
            "  <if test=\"patId != null and patId != ''\"> " +
            "    and pat_id = #{patId} " +
            "  </if> " +
            "  <if test=\"checkType != null and checkType != ''\"> " +
            "    and check_type = #{checkType} " +
            "  </if> " +
            "</where> " +
            "order by create_time desc " +
            "limit 1 " +