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