|
|
@@ -66,14 +66,14 @@
|
|
|
channel,new_channel,sign_time
|
|
|
</sql>
|
|
|
|
|
|
- <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap">
|
|
|
+ <select id="selectByPrimaryKey" resultMap="BaseResultMap">
|
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
|
from user
|
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
|
</select>
|
|
|
|
|
|
- <delete id="deleteByPrimaryKey" parameterType="java.lang.Long">
|
|
|
+ <delete id="deleteByPrimaryKey" >
|
|
|
delete from user
|
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
|
</delete>
|