From 7dff0ddea92a9db8ef536c23072b2c8769a5e073 Mon Sep 17 00:00:00 2001 From: "hhb@hotmail.com" Date: Mon, 6 Jan 2025 15:30:10 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E8=B0=83=E6=95=B4=E8=AF=BE=E5=88=97?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/cn/teammodel/repository/LessonRecordRepository.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/cn/teammodel/repository/LessonRecordRepository.java b/src/main/java/cn/teammodel/repository/LessonRecordRepository.java index 5699994..30e2e6a 100644 --- a/src/main/java/cn/teammodel/repository/LessonRecordRepository.java +++ b/src/main/java/cn/teammodel/repository/LessonRecordRepository.java @@ -20,7 +20,7 @@ public interface LessonRecordRepository extends CosmosRepository404 and "+ "c.periodId = @periodId and "+ "(IS_NULL(@subjectId) or c.subjectId = @subjectId) and"+ - "(IS_NULL(@tmdId) or c.tmdId = @tmdId) ") + "(IS_NULL(@tmdId) or c.tmdid = @tmdId) ") List getLessonsByConditions(String code, Long startTime, Long endTime,String subjectId,String tmdId,String grade,String periodId);