update 调整课列相关参数

develop
hhb@hotmail.com 4 months ago
parent 93f4929922
commit 7dff0ddea9

@ -20,7 +20,7 @@ public interface LessonRecordRepository extends CosmosRepository<LessonRecord, S
"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"+
"(IS_NULL(@tmdId) or c.tmdId = @tmdId) ") "(IS_NULL(@tmdId) or c.tmdid = @tmdId) ")
List<LessonRecord> getLessonsByConditions(String code, Long startTime, Long endTime,String subjectId,String tmdId,String grade,String periodId); List<LessonRecord> getLessonsByConditions(String code, Long startTime, Long endTime,String subjectId,String tmdId,String grade,String periodId);

Loading…
Cancel
Save