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}
notice_id, full_name, phone, bind_date, bind_status, wx_full_name, station_id, station_name
delete from station_notice_manage
where notice_id = #{noticeId,jdbcType=INTEGER}
delete from station_notice_manage
insert into station_notice_manage (notice_id, full_name, phone,
bind_date, bind_status, wx_full_name,
station_id, station_name)
values (#{noticeId,jdbcType=INTEGER}, #{fullName,jdbcType=VARCHAR}, #{phone,jdbcType=VARCHAR},
#{bindDate,jdbcType=DATE}, #{bindStatus,jdbcType=CHAR}, #{wxFullName,jdbcType=VARCHAR},
#{stationId,jdbcType=INTEGER}, #{stationName,jdbcType=VARCHAR})
insert into station_notice_manage
notice_id,
full_name,
phone,
bind_date,
bind_status,
wx_full_name,
station_id,
station_name,
#{noticeId,jdbcType=INTEGER},
#{fullName,jdbcType=VARCHAR},
#{phone,jdbcType=VARCHAR},
#{bindDate,jdbcType=DATE},
#{bindStatus,jdbcType=CHAR},
#{wxFullName,jdbcType=VARCHAR},
#{stationId,jdbcType=INTEGER},
#{stationName,jdbcType=VARCHAR},
update station_notice_manage
notice_id = #{record.noticeId,jdbcType=INTEGER},
full_name = #{record.fullName,jdbcType=VARCHAR},
phone = #{record.phone,jdbcType=VARCHAR},
bind_date = #{record.bindDate,jdbcType=DATE},
bind_status = #{record.bindStatus,jdbcType=CHAR},
wx_full_name = #{record.wxFullName,jdbcType=VARCHAR},
station_id = #{record.stationId,jdbcType=INTEGER},
station_name = #{record.stationName,jdbcType=VARCHAR},
update station_notice_manage
set notice_id = #{record.noticeId,jdbcType=INTEGER},
full_name = #{record.fullName,jdbcType=VARCHAR},
phone = #{record.phone,jdbcType=VARCHAR},
bind_date = #{record.bindDate,jdbcType=DATE},
bind_status = #{record.bindStatus,jdbcType=CHAR},
wx_full_name = #{record.wxFullName,jdbcType=VARCHAR},
station_id = #{record.stationId,jdbcType=INTEGER},
station_name = #{record.stationName,jdbcType=VARCHAR}
update station_notice_manage
full_name = #{fullName,jdbcType=VARCHAR},
phone = #{phone,jdbcType=VARCHAR},
bind_date = #{bindDate,jdbcType=DATE},
bind_status = #{bindStatus,jdbcType=CHAR},
wx_full_name = #{wxFullName,jdbcType=VARCHAR},
station_id = #{stationId,jdbcType=INTEGER},
station_name = #{stationName,jdbcType=VARCHAR},
where notice_id = #{noticeId,jdbcType=INTEGER}
update station_notice_manage
set full_name = #{fullName,jdbcType=VARCHAR},
phone = #{phone,jdbcType=VARCHAR},
bind_date = #{bindDate,jdbcType=DATE},
bind_status = #{bindStatus,jdbcType=CHAR},
wx_full_name = #{wxFullName,jdbcType=VARCHAR},
station_id = #{stationId,jdbcType=INTEGER},
station_name = #{stationName,jdbcType=VARCHAR}
where notice_id = #{noticeId,jdbcType=INTEGER}