فهرست منبع

Merge branch 'feature/0529-live' into master_saas

shangke 2 سال پیش
والد
کامیت
30e8e9a424
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

@@ -781,7 +781,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