eight
2024-09-20 e2efe712d2dc6593a03f71c6213f63a04437c3e7
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();
}