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, create_time, name, model, remark, in_number, out_number, surplus, book_user,
brokerage, check_user, inout_id, c_id, c_time, u_id, u_time
delete from dm_device_inout_new
where id = #{id,jdbcType=INTEGER}
delete from dm_device_inout_new
insert into dm_device_inout_new (id, create_time, name,
model, remark, in_number,
out_number, surplus, book_user,
brokerage, check_user, inout_id,
c_id, c_time, u_id,
u_time)
values (#{id,jdbcType=INTEGER}, #{createTime,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR},
#{model,jdbcType=VARCHAR}, #{remark,jdbcType=VARCHAR}, #{inNumber,jdbcType=INTEGER},
#{outNumber,jdbcType=INTEGER}, #{surplus,jdbcType=INTEGER}, #{bookUser,jdbcType=VARCHAR},
#{brokerage,jdbcType=VARCHAR}, #{checkUser,jdbcType=VARCHAR}, #{inoutId,jdbcType=INTEGER},
#{cId,jdbcType=INTEGER}, #{cTime,jdbcType=TIMESTAMP}, #{uId,jdbcType=INTEGER},
#{uTime,jdbcType=TIMESTAMP})
insert into dm_device_inout_new
id,
create_time,
name,
model,
remark,
in_number,
out_number,
surplus,
book_user,
brokerage,
check_user,
inout_id,
c_id,
c_time,
u_id,
u_time,
#{id,jdbcType=INTEGER},
#{createTime,jdbcType=VARCHAR},
#{name,jdbcType=VARCHAR},
#{model,jdbcType=VARCHAR},
#{remark,jdbcType=VARCHAR},
#{inNumber,jdbcType=INTEGER},
#{outNumber,jdbcType=INTEGER},
#{surplus,jdbcType=INTEGER},
#{bookUser,jdbcType=VARCHAR},
#{brokerage,jdbcType=VARCHAR},
#{checkUser,jdbcType=VARCHAR},
#{inoutId,jdbcType=INTEGER},
#{cId,jdbcType=INTEGER},
#{cTime,jdbcType=TIMESTAMP},
#{uId,jdbcType=INTEGER},
#{uTime,jdbcType=TIMESTAMP},
update dm_device_inout_new
id = #{record.id,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=VARCHAR},
name = #{record.name,jdbcType=VARCHAR},
model = #{record.model,jdbcType=VARCHAR},
remark = #{record.remark,jdbcType=VARCHAR},
in_number = #{record.inNumber,jdbcType=INTEGER},
out_number = #{record.outNumber,jdbcType=INTEGER},
surplus = #{record.surplus,jdbcType=INTEGER},
book_user = #{record.bookUser,jdbcType=VARCHAR},
brokerage = #{record.brokerage,jdbcType=VARCHAR},
check_user = #{record.checkUser,jdbcType=VARCHAR},
inout_id = #{record.inoutId,jdbcType=INTEGER},
c_id = #{record.cId,jdbcType=INTEGER},
c_time = #{record.cTime,jdbcType=TIMESTAMP},
u_id = #{record.uId,jdbcType=INTEGER},
u_time = #{record.uTime,jdbcType=TIMESTAMP},
update dm_device_inout_new
set id = #{record.id,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=VARCHAR},
name = #{record.name,jdbcType=VARCHAR},
model = #{record.model,jdbcType=VARCHAR},
remark = #{record.remark,jdbcType=VARCHAR},
in_number = #{record.inNumber,jdbcType=INTEGER},
out_number = #{record.outNumber,jdbcType=INTEGER},
surplus = #{record.surplus,jdbcType=INTEGER},
book_user = #{record.bookUser,jdbcType=VARCHAR},
brokerage = #{record.brokerage,jdbcType=VARCHAR},
check_user = #{record.checkUser,jdbcType=VARCHAR},
inout_id = #{record.inoutId,jdbcType=INTEGER},
c_id = #{record.cId,jdbcType=INTEGER},
c_time = #{record.cTime,jdbcType=TIMESTAMP},
u_id = #{record.uId,jdbcType=INTEGER},
u_time = #{record.uTime,jdbcType=TIMESTAMP}
update dm_device_inout_new
create_time = #{createTime,jdbcType=VARCHAR},
name = #{name,jdbcType=VARCHAR},
model = #{model,jdbcType=VARCHAR},
remark = #{remark,jdbcType=VARCHAR},
in_number = #{inNumber,jdbcType=INTEGER},
out_number = #{outNumber,jdbcType=INTEGER},
surplus = #{surplus,jdbcType=INTEGER},
book_user = #{bookUser,jdbcType=VARCHAR},
brokerage = #{brokerage,jdbcType=VARCHAR},
check_user = #{checkUser,jdbcType=VARCHAR},
inout_id = #{inoutId,jdbcType=INTEGER},
c_id = #{cId,jdbcType=INTEGER},
c_time = #{cTime,jdbcType=TIMESTAMP},
u_id = #{uId,jdbcType=INTEGER},
u_time = #{uTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=INTEGER}
update dm_device_inout_new
set create_time = #{createTime,jdbcType=VARCHAR},
name = #{name,jdbcType=VARCHAR},
model = #{model,jdbcType=VARCHAR},
remark = #{remark,jdbcType=VARCHAR},
in_number = #{inNumber,jdbcType=INTEGER},
out_number = #{outNumber,jdbcType=INTEGER},
surplus = #{surplus,jdbcType=INTEGER},
book_user = #{bookUser,jdbcType=VARCHAR},
brokerage = #{brokerage,jdbcType=VARCHAR},
check_user = #{checkUser,jdbcType=VARCHAR},
inout_id = #{inoutId,jdbcType=INTEGER},
c_id = #{cId,jdbcType=INTEGER},
c_time = #{cTime,jdbcType=TIMESTAMP},
u_id = #{uId,jdbcType=INTEGER},
u_time = #{uTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=INTEGER}