提交 414d07c0 authored 作者: zhouzhigang's avatar zhouzhigang

--no commit message

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