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