瀏覽代碼

fix 新增小程序首页接口

Administrator 4 年之前
父節點
當前提交
ab11359840
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      boman-modules/boman-system/src/main/resources/mapper/system/BomanGroupMapper.xml

+ 1 - 1
boman-modules/boman-system/src/main/resources/mapper/system/BomanGroupMapper.xml

@@ -59,7 +59,7 @@
 
     <select id="checkGroupNameUnique" resultMap="BomanGroupResult">
         <include refid="selectGroupVo"/>
-        where group_name=#{groupName} and is_del = 'N' limit 1
+        where g.group_name=#{groupName} and g.is_del = 'N' limit 1
     </select>
 
     <insert id="insertGroup" parameterType="com.boman.domain.BomanGroup">