소스 검색

添加搜索类型

liujunchi 2 년 전
부모
커밋
19a9583272
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      cooleshow-user/user-biz/src/main/resources/config/mybatis/CourseGroupMapper.xml

+ 3 - 0
cooleshow-user/user-biz/src/main/resources/config/mybatis/CourseGroupMapper.xml

@@ -619,6 +619,9 @@
             <if test="param.topFlag != null">
                 AND g.top_flag_ = #{param.topFlag}
             </if>
+            <if test="param.relationType != null">
+                AND g.relation_type_ = #{param.relationType}
+            </if>
         </where>
         order by g.top_flag_ desc ,g.sort_number_ desc,g.id_ desc
     </select>