Эх сурвалжийг харах

fix 新增小程序首页接口

Administrator 4 жил өмнө
parent
commit
ab11359840

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