Commit 6e9903da authored by luzhuang's avatar luzhuang

学院跟踪查询添加企业限制

parent e16adf6f
......@@ -112,7 +112,7 @@ public interface BLessonPersonRepository extends BaseMapper<BLessonPerson> {
"and bl.corp_id = #{param.corpId} "+
// "and blp.corp_id = #{param.corpId} "+
// "and su.corp_id = #{param.corpId} "+
"and su.corp_id = #{param.corpId} "+
"and bl.business_id = #{param.lessonId} "+
"<if test= \" param.isAppoint != null and param.isAppoint != ''\">and blp.is_appoint = #{param.isAppoint} </if> " +
......
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