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, shijian, shangpinid, usersid
delete from shoucang
where id = #{id,jdbcType=INTEGER}
delete from shoucang
SELECT LAST_INSERT_ID()
insert into shoucang (shijian,shangpinid,usersid)
values (#{shijian,jdbcType=VARCHAR},#{shangpinid,jdbcType=INTEGER},#{usersid,jdbcType=INTEGER})
SELECT LAST_INSERT_ID()
insert into shoucang
shijian,
shangpinid,
usersid,
#{shijian,jdbcType=VARCHAR},
#{shangpinid,jdbcType=INTEGER},
#{usersid,jdbcType=INTEGER},
update shoucang
id = #{record.id,jdbcType=INTEGER},
shijian = #{record.shijian,jdbcType=VARCHAR},
shangpinid = #{record.shangpinid,jdbcType=INTEGER},
usersid = #{record.usersid,jdbcType=INTEGER},
update shoucang
set id = #{record.id,jdbcType=INTEGER},
shijian = #{record.shijian,jdbcType=VARCHAR},shangpinid = #{record.shangpinid,jdbcType=INTEGER},usersid = #{record.usersid,jdbcType=INTEGER}
update shoucang
shijian = #{shijian,jdbcType=VARCHAR},
shangpinid = #{shangpinid,jdbcType=INTEGER},
usersid = #{usersid,jdbcType=INTEGER},
where id = #{id,jdbcType=INTEGER}
update shoucang
set shijian = #{shijian,jdbcType=VARCHAR},shangpinid = #{shangpinid,jdbcType=INTEGER},usersid = #{usersid,jdbcType=INTEGER}
where id = #{id,jdbcType=INTEGER}