shangke 2 years ago
parent
commit
66e35d6706
1 changed files with 1 additions and 1 deletions
  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="">
+            <if test="groupType != null">
                 AND vg.group_type_ = #{groupType}
             </if>
         GROUP BY