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