and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
id, name, mobile, addres, status, msg, comname, user_id
delete from parkingpoint_appyl
where id = #{id,jdbcType=INTEGER}
delete from parkingpoint_appyl
SELECT LAST_INSERT_ID()
insert into parkingpoint_appyl (name, mobile, addres,
status, msg, comname,
user_id)
values (#{name,jdbcType=VARCHAR}, #{mobile,jdbcType=VARCHAR}, #{addres,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER}, #{msg,jdbcType=VARCHAR}, #{comname,jdbcType=VARCHAR},
#{userId,jdbcType=INTEGER})
SELECT LAST_INSERT_ID()
insert into parkingpoint_appyl
name,
mobile,
addres,
status,
msg,
comname,
user_id,
#{name,jdbcType=VARCHAR},
#{mobile,jdbcType=VARCHAR},
#{addres,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER},
#{msg,jdbcType=VARCHAR},
#{comname,jdbcType=VARCHAR},
#{userId,jdbcType=INTEGER},
update parkingpoint_appyl
id = #{record.id,jdbcType=INTEGER},
name = #{record.name,jdbcType=VARCHAR},
mobile = #{record.mobile,jdbcType=VARCHAR},
addres = #{record.addres,jdbcType=VARCHAR},
status = #{record.status,jdbcType=INTEGER},
msg = #{record.msg,jdbcType=VARCHAR},
comname = #{record.comname,jdbcType=VARCHAR},
user_id = #{record.userId,jdbcType=INTEGER},
update parkingpoint_appyl
set id = #{record.id,jdbcType=INTEGER},
name = #{record.name,jdbcType=VARCHAR},
mobile = #{record.mobile,jdbcType=VARCHAR},
addres = #{record.addres,jdbcType=VARCHAR},
status = #{record.status,jdbcType=INTEGER},
msg = #{record.msg,jdbcType=VARCHAR},
comname = #{record.comname,jdbcType=VARCHAR},
user_id = #{record.userId,jdbcType=INTEGER}
update parkingpoint_appyl
name = #{name,jdbcType=VARCHAR},
mobile = #{mobile,jdbcType=VARCHAR},
addres = #{addres,jdbcType=VARCHAR},
status = #{status,jdbcType=INTEGER},
msg = #{msg,jdbcType=VARCHAR},
comname = #{comname,jdbcType=VARCHAR},
user_id = #{userId,jdbcType=INTEGER},
where id = #{id,jdbcType=INTEGER}
update parkingpoint_appyl
set name = #{name,jdbcType=VARCHAR},
mobile = #{mobile,jdbcType=VARCHAR},
addres = #{addres,jdbcType=VARCHAR},
status = #{status,jdbcType=INTEGER},
msg = #{msg,jdbcType=VARCHAR},
comname = #{comname,jdbcType=VARCHAR},
user_id = #{userId,jdbcType=INTEGER}
where id = #{id,jdbcType=INTEGER}