jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/mysql/call/CallMapper.java
@@ -40,6 +40,7 @@ @Select("select * from lihu.call_patient where called = 0 order by id limit 1") CallDO getNextCall(); @Update("TRUNCATE TABLE lihu.call_patient") //@Update("TRUNCATE TABLE lihu.call_patient") @Delete("delete from lihu.call_patient where TO_DAYS(book_date) != TO_DAYS(NOW())") void clearCall(); }