...
|
...
|
@@ -24,10 +24,9 @@ |
|
|
where username = #{username,jdbcType=VARCHAR}
|
|
|
</select>
|
|
|
<select id="groups" resultType="java.lang.String" parameterType="java.lang.String" >
|
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
|
from consumer_group
|
|
|
where username = #{username,jdbcType=VARCHAR}
|
|
|
select
|
|
|
name
|
|
|
from consumer_group
|
|
|
</select>
|
|
|
<delete id="deleteByPrimaryKey" parameterType="java.lang.String" >
|
|
|
delete from consumer_group
|
...
|
...
|
|