eight
2024-10-24 cc61368bd108f36e73dad01e966005147525f5e6
jh-module-ecg/jh-module-ecg-biz/src/main/resources/mapper/devrent/DevRentMapper.xml
@@ -24,8 +24,9 @@
            <if test="patId != null and patId != ''">
             and pat_id = #{patId}
            </if>
            and TO_DAYS(create_time) = TO_DAYS(NOW())
        </where>
        limit 1
    </select>
</mapper>
</mapper>