提交 a5935847 authored 作者: zhouzhigang's avatar zhouzhigang

省监管

上级 cb619e76
......@@ -302,7 +302,7 @@ public interface FgBasicTeachingPlanMapper extends BaseMapper<BasicTeachingPlan>
*/
@Select("<script>"
+ " SELECT p.academicLevel from me_basic_teaching_plan p LEFT JOIN `jgjy-member`.me_school m ON p.relationId = m.id "
+ " where 1=1 "
+ " where 1=1 and p.status = 0 "
+ " in(p.superviseId,superviseIds) "
+ " in(p.relationId,schools) "
+ " eq(p.relationId,relationId) "
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论