// " <if test=\"model.releaseDateSort !=null and model.releaseDateSort !='' and model.releaseDateSort =='0'.toString()\"> ORDER BY bl.release_date DESC </if> "+
// " <if test=\"model.releaseDateSort !=null and model.releaseDateSort !='' and model.releaseDateSort =='1'.toString()\"> ORDER BY bl.release_date ASC "+
// " </if> "+
" order by br.update_date "+
" order by br.update_date "+
"</script>")
"</script>")
@ResultMap(value="BaseResultMap")
@ResultMap(value="BaseResultMap")
...
@@ -667,15 +664,12 @@ public interface BLessonRepository extends BaseMapper<BLesson> {
...
@@ -667,15 +664,12 @@ public interface BLessonRepository extends BaseMapper<BLesson> {
// " <if test=\"model.releaseDateSort !=null and model.releaseDateSort !='' and model.releaseDateSort =='0'.toString()\"> ORDER BY bl.release_date DESC </if> "+
// " <if test=\"model.releaseDateSort !=null and model.releaseDateSort !='' and model.releaseDateSort =='1'.toString()\"> ORDER BY bl.release_date ASC "+
// " </if> "+
" order by bl.person_number,bl.release_date desc "+
" order by bl.person_number,bl.release_date desc "+
"</script>")
"</script>")
@ResultMap(value="BaseResultMap")
@ResultMap(value="BaseResultMap")
...
@@ -721,15 +715,12 @@ public interface BLessonRepository extends BaseMapper<BLesson> {
...
@@ -721,15 +715,12 @@ public interface BLessonRepository extends BaseMapper<BLesson> {
// " <if test=\"model.releaseDateSort !=null and model.releaseDateSort !='' and model.releaseDateSort =='0'.toString()\"> ORDER BY bl.release_date DESC </if> "+
// " <if test=\"model.releaseDateSort !=null and model.releaseDateSort !='' and model.releaseDateSort =='1'.toString()\"> ORDER BY bl.release_date ASC "+
// " </if> "+
" order by bl.collect_number,bl.release_date desc "+
" order by bl.collect_number,bl.release_date desc "+
"</script>")
"</script>")
@ResultMap(value="BaseResultMap")
@ResultMap(value="BaseResultMap")
...
@@ -799,9 +790,6 @@ public interface BLessonRepository extends BaseMapper<BLesson> {
...
@@ -799,9 +790,6 @@ public interface BLessonRepository extends BaseMapper<BLesson> {
" <if test= \" model.courseIds !=null and model.courseIds.size() > 0 \">and course_id in "+
" <if test= \" model.courseIds !=null and model.courseIds.size() > 0 \">and course_id in "+
// " <if test=\"model.releaseDateSort !=null and model.releaseDateSort !='' and model.releaseDateSort =='0'.toString()\"> ORDER BY bl.release_date DESC </if> "+
// " <if test=\"model.releaseDateSort !=null and model.releaseDateSort !='' and model.releaseDateSort =='1'.toString()\"> ORDER BY bl.release_date ASC "+