|
|
@@ -31,7 +31,7 @@
|
|
|
<insert id="insert" parameterType="com.goafanti.common.model.Admin" >
|
|
|
insert into admin (id, mobile, name,
|
|
|
password, email, create_time,
|
|
|
- number, province, position, superior_id)
|
|
|
+ number, province, position, superior_id, city)
|
|
|
values (#{id,jdbcType=VARCHAR}, #{mobile,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR},
|
|
|
#{password,jdbcType=VARCHAR}, #{email,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP},
|
|
|
#{number,jdbcType=INTEGER}, #{province,jdbcType=INTEGER}, #{position,jdbcType=VARCHAR},
|