shangke 2 년 전
부모
커밋
6f44804141
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/ClassGroupMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/ClassGroupMapper.xml

@@ -777,7 +777,7 @@
             <if test="groupName!=null and groupName!=''">
                 AND vg.name_ LIKE CONCAT('%', #{groupName}, '%')
             </if>
-            <if test="groupType = null">
+            <if test="groupType != null">
                 AND vg.group_type_ = #{groupType}
             </if>
         GROUP BY