jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/mysql/devrent/DevRentMapper.java
@@ -1,5 +1,6 @@ package cn.lihu.jh.module.ecg.dal.mysql.devrent; import java.time.LocalDate; import java.util.*; import cn.lihu.jh.framework.common.pojo.PageResult; @@ -39,7 +40,6 @@ @Select("select * from lihu.dev_rent where state=#{state} and pat_id=#{patId} and to_days(create_time)=to_days(now())") List<DevRentDO> selectByPatIdAndState(@Param("patId") String patId, @Param("state") Integer state); @Select("<script>" + "SELECT paid FROM lihu.dev_rent " +