zqy
2025-08-02 3b2f654b1a605d258c5e16c7617df80e9eb6f81b
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);
}