update 课列内容

develop
hhb@hotmail.com 4 months ago
parent 0928fd045a
commit 0d2b6c038c

@ -16,7 +16,7 @@ public interface LessonRecordRepository extends CosmosRepository<LessonRecord, S
"c.code = @code and " + "c.code = @code and " +
"(IS_NULL(@startTime) or c.startTime >= @startTime) and " + "(IS_NULL(@startTime) or c.startTime >= @startTime) and " +
"(IS_NULL(@endTime) or c.startTime <= @endTime) and "+ "(IS_NULL(@endTime) or c.startTime <= @endTime) and "+
"(IS_NULL(@grade) or array_contains(c.grade,@grade) and " + "(IS_NULL(@grade) or array_contains(c.grade,@grade)) and " +
"c.status<>404 and "+ "c.status<>404 and "+
"c.periodId = @periodId and "+ "c.periodId = @periodId and "+
"(IS_NULL(@subjectId) or c.subjectId = @subjectId) and"+ "(IS_NULL(@subjectId) or c.subjectId = @subjectId) and"+

Loading…
Cancel
Save