提交 2e53059f authored 作者: zhouzhigang's avatar zhouzhigang

--no commit message

上级 f5571877
......@@ -103,6 +103,12 @@ public interface FgPublicBasicRelationMapper extends BaseMapper<PublicBasicRelat
+ " <if test = '" + NOTBLANK + "(query.type)'> "
+ " and s.type = #{query.type} "
+ " </if> "
+ " <if test = ' query.academicLevel != null '> "
+ " and s.academicLevel = #{query.academicLevel} "
+ " </if> "
+ " <if test = ' query.majorId != null '> "
+ " and s.majorId = #{query.majorId} "
+ " </if> "
+ " </script> ")
List<RecommendPlanVo> listPlan(@Param("query") QueryAcademicLevelForm form);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论