From 8fe025d49ad9f8b60b6ef2360e6286743481d5b3 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 04 七月 2024 15:57:44 +0800 Subject: [PATCH] 时间格式 --- src/main/java/com/ycl/jxkg/mapper/EducationResourceMapper.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/ycl/jxkg/mapper/EducationResourceMapper.java b/src/main/java/com/ycl/jxkg/mapper/EducationResourceMapper.java index 9882ec6..04bb20c 100644 --- a/src/main/java/com/ycl/jxkg/mapper/EducationResourceMapper.java +++ b/src/main/java/com/ycl/jxkg/mapper/EducationResourceMapper.java @@ -23,5 +23,5 @@ List<EducationResourceVO> page(@Param("query") EducationResourceVO query); - List<EducationResourceVO> byType(@Param("query") StudentOnlineVO query); + List<EducationResourceVO> studentPage(@Param("query") EducationResourceVO query); } -- Gitblit v1.8.0