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