소스 검색

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">