Commit accea26a authored by luzhuang's avatar luzhuang

fix: 修复

parent 8e2435dc
......@@ -371,7 +371,7 @@ public interface BLessonRepository extends BaseMapper<BLesson> {
" left join b_lesson bls on bls.business_id = bll.lesson_id " +
" where blb.del_flag != 1 and blb.flag = 1 " +
" and bls.del_flag != 1 and bls.flag = 1 " +
" and bll.business_id = #{lessonId} " +
" and bls.business_id = #{lessonId} " +
" and bll.corp_id = #{corpId} " +
" order by CAST( bll.sort AS UNSIGNED) asc " +
"</script>")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment