feige
2025-04-08 b3ae2d10a3ff63285fd194e93682c4b773663a8a
zhang-content/src/main/java/com/ruoyi/mapper/ZfLogMapper.java
@@ -26,5 +26,6 @@
public interface ZfLogMapper extends BaseMapper<ZfLog> {
    @Select("select * from zf_log where DATE(update_time)=#{st}")
    Page<ZfLog> selectAllInfo(Page page, @Param("st") LocalDateTime st);
}