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, notice_number, crktype, contract_number, ywtype, house_id, ware_house_id, grain_kind,
grain_grade, count, outgoing_period, forwarding_unit, receive_unit, resion, in_application,
org_id, grain_attribute, grain_detail_kind, receive_time,input_time,grain_annual,productive_year,grain_producing_area,
lsxzzbdh,lssl,hzqlsxzdm,hzrq,ccshr,zjshr,tjshr,kjshr,ldshr,bz,audit_state,is_notice,pzmc,is_sheet,htbh,cblx,ysid
delete from business_notice_receive
where id = #{id,jdbcType=INTEGER}
delete from business_notice_receive
insert into business_notice_receive (id, notice_number, crktype,
contract_number, ywtype, house_id,
ware_house_id, grain_kind, grain_grade,
count, outgoing_period, forwarding_unit,
receive_unit, resion, in_application,
org_id, grain_attribute, grain_detail_kind,
receive_time,input_time,grain_annual,productive_year,grain_producing_area,
lsxzzbdh,lssl,hzqlsxzdm,hzrq,ccshr,zjshr,tjshr,kjshr,ldshr,bz,audit_state,is_notice,pzmc,is_sheet,htbh,cblx,ysid)
values (#{id,jdbcType=INTEGER}, #{noticeNumber,jdbcType=VARCHAR}, #{crktype,jdbcType=VARCHAR},
#{contractNumber,jdbcType=VARCHAR}, #{ywtype,jdbcType=VARCHAR}, #{houseId,jdbcType=INTEGER},
#{wareHouseId,jdbcType=INTEGER}, #{grainKind,jdbcType=INTEGER}, #{grainGrade,jdbcType=INTEGER},
#{count,jdbcType=VARCHAR}, #{outgoingPeriod,jdbcType=VARCHAR}, #{forwardingUnit,jdbcType=VARCHAR},
#{receiveUnit,jdbcType=VARCHAR}, #{resion,jdbcType=VARCHAR}, #{inApplication,jdbcType=INTEGER},
#{orgId,jdbcType=INTEGER}, #{grainAttribute,jdbcType=INTEGER}, #{grainDetailKind,jdbcType=INTEGER},
#{receiveTime,jdbcType=TIMESTAMP},#{inputTime,jdbcType=TIMESTAMP},#{grainAnnual,jdbcType=INTEGER},
#{productiveYear,jdbcType=INTEGER},#{grainProducingArea,jdbcType=INTEGER},
#{lsxzzbdh,jdbcType=VARCHAR},#{lssl,jdbcType=VARCHAR},#{hzqlsxzdm,jdbcType=INTEGER},
#{hzrq,jdbcType=TIMESTAMP},#{ccshr,jdbcType=VARCHAR},#{zjshr,jdbcType=VARCHAR},
#{tjshr,jdbcType=VARCHAR},#{kjshr,jdbcType=VARCHAR},#{ldshr,jdbcType=VARCHAR},
#{bz,jdbcType=VARCHAR},#{auditState,jdbcType=INTEGER},#{isNotice,jdbcType=INTEGER},#{pzmc,jdbcType=VARCHAR}
,#{isSheet,jdbcType=INTEGER},#{htbh,jdbcType=VARCHAR},#{cblx,jdbcType=VARCHAR},#{ysid,jdbcType=VARCHAR})
insert into business_notice_receive
id,
notice_number,
crktype,
contract_number,
ywtype,
house_id,
ware_house_id,
grain_kind,
grain_grade,
count,
outgoing_period,
forwarding_unit,
receive_unit,
resion,
in_application,
org_id,
grain_attribute,
grain_detail_kind,
receive_time,
input_time,
grain_annual,
productive_year,
grain_producing_area,
lsxzzbdh,
lssl,
hzqlsxzdm,
hzrq,
ccshr,
zjshr,
tjshr,
kjshr,
ldshr,
bz,
audit_state,
is_notice,
pzmc,
is_sheet,
htbh,
cblx,
ysid,
#{id,jdbcType=INTEGER},
#{noticeNumber,jdbcType=VARCHAR},
#{crktype,jdbcType=VARCHAR},
#{contractNumber,jdbcType=VARCHAR},
#{ywtype,jdbcType=VARCHAR},
#{houseId,jdbcType=INTEGER},
#{wareHouseId,jdbcType=INTEGER},
#{grainKind,jdbcType=INTEGER},
#{grainGrade,jdbcType=INTEGER},
#{count,jdbcType=VARCHAR},
#{outgoingPeriod,jdbcType=VARCHAR},
#{forwardingUnit,jdbcType=VARCHAR},
#{receiveUnit,jdbcType=VARCHAR},
#{resion,jdbcType=VARCHAR},
#{inApplication,jdbcType=INTEGER},
#{orgId,jdbcType=INTEGER},
#{grainAttribute,jdbcType=INTEGER},
#{grainDetailKind,jdbcType=INTEGER},
#{receiveTime,jdbcType=TIMESTAMP},
#{inputTime,jdbcType=TIMESTAMP},
#{grainAnnual,jdbcType=INTEGER},
#{productiveYear,jdbcType=INTEGER},
#{grainProducingArea,jdbcType=INTEGER},
#{lsxzzbdh,jdbcType=VARCHAR},
#{lssl,jdbcType=VARCHAR},
#{hzqlsxzdm,jdbcType=INTEGER},
#{hzrq,jdbcType=TIMESTAMP},
#{ccshr,jdbcType=VARCHAR},
#{zjshr,jdbcType=VARCHAR},
#{tjshr,jdbcType=VARCHAR},
#{kjshr,jdbcType=VARCHAR},
#{ldshr,jdbcType=VARCHAR},
#{bz,jdbcType=VARCHAR},
#{auditState,jdbcType=INTEGER},
#{isNotice,jdbcType=INTEGER},
#{pzmc,jdbcType=VARCHAR},
#{isSheet,jdbcType=INTEGER},
#{htbh,jdbcType=VARCHAR},
#{cblx,jdbcType=VARCHAR},
#{ysid,jdbcType=VARCHAR},
update business_notice_receive
id = #{record.id,jdbcType=INTEGER},
notice_number = #{record.noticeNumber,jdbcType=VARCHAR},
crktype = #{record.crktype,jdbcType=VARCHAR},
contract_number = #{record.contractNumber,jdbcType=VARCHAR},
ywtype = #{record.ywtype,jdbcType=VARCHAR},
house_id = #{record.houseId,jdbcType=INTEGER},
ware_house_id = #{record.wareHouseId,jdbcType=INTEGER},
grain_kind = #{record.grainKind,jdbcType=INTEGER},
grain_grade = #{record.grainGrade,jdbcType=INTEGER},
count = #{record.count,jdbcType=VARCHAR},
outgoing_period = #{record.outgoingPeriod,jdbcType=VARCHAR},
forwarding_unit = #{record.forwardingUnit,jdbcType=VARCHAR},
receive_unit = #{record.receiveUnit,jdbcType=VARCHAR},
resion = #{record.resion,jdbcType=VARCHAR},
in_application = #{record.inApplication,jdbcType=INTEGER},
org_id = #{record.orgId,jdbcType=INTEGER},
grain_attribute = #{record.grainAttribute,jdbcType=INTEGER},
grain_detail_kind = #{record.grainDetailKind,jdbcType=INTEGER},
receive_time = #{record.receiveTime,jdbcType=TIMESTAMP},
input_time = #{record.inputTime,jdbcType=TIMESTAMP},
grain_annual = #{record.grainAnnual,jdbcType=INTEGER},
productive_year = #{record.productiveYear,jdbcType=INTEGER},
grain_producing_area = #{record.grainProducingArea,jdbcType=INTEGER},
lsxzzbdh = #{record.lsxzzbdh,jdbcType=VARCHAR},
lssl = #{record.lssl,jdbcType=VARCHAR},
hzqlsxzdm = #{record.hzqlsxzdm,jdbcType=INTEGER},
hzrq = #{record.hzrq,jdbcType=TIMESTAMP},
ccshr = #{record.ccshr,jdbcType=VARCHAR},
zjshr = #{record.zjshr,jdbcType=VARCHAR},
tjshr = #{record.tjshr,jdbcType=VARCHAR},
kjshr = #{record.kjshr,jdbcType=VARCHAR},
ldshr = #{record.ldshr,jdbcType=VARCHAR},
bz = #{record.bz,jdbcType=VARCHAR},
audit_state = #{record.auditState,jdbcType=INTEGER},
is_notice = #{record.isNotice,jdbcType=INTEGER},
pzmc = #{record.pzmc,jdbcType=VARCHAR},
is_sheet = #{record.isSheet,jdbcType=INTEGER},
htbh = #{record.htbh,jdbcType=VARCHAR},
cblx = #{record.cblx,jdbcType=VARCHAR},
ysid = #{record.ysid,jdbcType=VARCHAR},
update business_notice_receive
set id = #{record.id,jdbcType=INTEGER},
notice_number = #{record.noticeNumber,jdbcType=VARCHAR},
crktype = #{record.crktype,jdbcType=VARCHAR},
contract_number = #{record.contractNumber,jdbcType=VARCHAR},
ywtype = #{record.ywtype,jdbcType=VARCHAR},
house_id = #{record.houseId,jdbcType=INTEGER},
ware_house_id = #{record.wareHouseId,jdbcType=INTEGER},
grain_kind = #{record.grainKind,jdbcType=INTEGER},
grain_grade = #{record.grainGrade,jdbcType=INTEGER},
count = #{record.count,jdbcType=VARCHAR},
outgoing_period = #{record.outgoingPeriod,jdbcType=VARCHAR},
forwarding_unit = #{record.forwardingUnit,jdbcType=VARCHAR},
receive_unit = #{record.receiveUnit,jdbcType=VARCHAR},
resion = #{record.resion,jdbcType=VARCHAR},
in_application = #{record.inApplication,jdbcType=INTEGER},
org_id = #{record.orgId,jdbcType=INTEGER},
grain_attribute = #{record.grainAttribute,jdbcType=INTEGER},
grain_detail_kind = #{record.grainDetailKind,jdbcType=INTEGER},
receive_time = #{record.receiveTime,jdbcType=TIMESTAMP},
input_time = #{record.inputTime,jdbcType=TIMESTAMP},
grain_annual = #{record.grainAnnual,jdbcType=INTEGER},
productive_year = #{record.productiveYear,jdbcType=INTEGER},
grain_producing_area = #{record.grainProducingArea,jdbcType=INTEGER},
lsxzzbdh = #{record.lsxzzbdh,jdbcType=VARCHAR},
lssl = #{record.lssl,jdbcType=VARCHAR},
hzqlsxzdm = #{record.hzqlsxzdm,jdbcType=INTEGER},
hzrq = #{record.hzrq,jdbcType=TIMESTAMP},
ccshr = #{record.ccshr,jdbcType=VARCHAR},
zjshr = #{record.zjshr,jdbcType=VARCHAR},
tjshr = #{record.tjshr,jdbcType=VARCHAR},
kjshr = #{record.kjshr,jdbcType=VARCHAR},
ldshr = #{record.ldshr,jdbcType=VARCHAR},
bz = #{record.bz,jdbcType=VARCHAR},
audit_state = #{record.auditState,jdbcType=INTEGER},
is_notice = #{record.isNotice,jdbcType=INTEGER},
pzmc = #{record.pzmc,jdbcType=VARCHAR},
is_sheet = #{record.isSheet,jdbcType=INTEGER},
htbh = #{record.htbh,jdbcType=VARCHAR},
cblx = #{record.cblx,jdbcType=VARCHAR},
ysid = #{record.ysid,jdbcType=VARCHAR}
update business_notice_receive
notice_number = #{noticeNumber,jdbcType=VARCHAR},
crktype = #{crktype,jdbcType=VARCHAR},
contract_number = #{contractNumber,jdbcType=VARCHAR},
ywtype = #{ywtype,jdbcType=VARCHAR},
house_id = #{houseId,jdbcType=INTEGER},
ware_house_id = #{wareHouseId,jdbcType=INTEGER},
grain_kind = #{grainKind,jdbcType=INTEGER},
grain_grade = #{grainGrade,jdbcType=INTEGER},
count = #{count,jdbcType=VARCHAR},
outgoing_period = #{outgoingPeriod,jdbcType=VARCHAR},
forwarding_unit = #{forwardingUnit,jdbcType=VARCHAR},
receive_unit = #{receiveUnit,jdbcType=VARCHAR},
resion = #{resion,jdbcType=VARCHAR},
in_application = #{inApplication,jdbcType=INTEGER},
org_id = #{orgId,jdbcType=INTEGER},
grain_attribute = #{grainAttribute,jdbcType=INTEGER},
grain_detail_kind = #{grainDetailKind,jdbcType=INTEGER},
receive_time = #{receiveTime,jdbcType=TIMESTAMP},
input_time = #{inputTime,jdbcType=TIMESTAMP},
grain_annual = #{grainAnnual,jdbcType=INTEGER},
productive_year = #{productiveYear,jdbcType=INTEGER},
grain_producing_area = #{grainProducingArea,jdbcType=INTEGER},
lsxzzbdh = #{lsxzzbdh,jdbcType=VARCHAR},
lssl = #{lssl,jdbcType=VARCHAR},
hzqlsxzdm = #{hzqlsxzdm,jdbcType=INTEGER},
hzrq = #{hzrq,jdbcType=TIMESTAMP},
ccshr = #{ccshr,jdbcType=VARCHAR},
zjshr = #{zjshr,jdbcType=VARCHAR},
tjshr = #{tjshr,jdbcType=VARCHAR},
kjshr = #{kjshr,jdbcType=VARCHAR},
ldshr = #{ldshr,jdbcType=VARCHAR},
bz = #{bz,jdbcType=VARCHAR},
audit_state = #{auditState,jdbcType=INTEGER},
is_notice = #{isNotice,jdbcType=INTEGER},
pzmc = #{pzmc,jdbcType=VARCHAR},
is_sheet = #{isSheet,jdbcType=INTEGER},
htbh = #{htbh,jdbcType=VARCHAR},
cblx = #{cblx,jdbcType=VARCHAR},
ysid = #{ysid,jdbcType=VARCHAR},
where id = #{id,jdbcType=INTEGER}
update business_notice_receive
set notice_number = #{noticeNumber,jdbcType=VARCHAR},
crktype = #{crktype,jdbcType=VARCHAR},
contract_number = #{contractNumber,jdbcType=VARCHAR},
ywtype = #{ywtype,jdbcType=VARCHAR},
house_id = #{houseId,jdbcType=INTEGER},
ware_house_id = #{wareHouseId,jdbcType=INTEGER},
grain_kind = #{grainKind,jdbcType=INTEGER},
grain_grade = #{grainGrade,jdbcType=INTEGER},
count = #{count,jdbcType=VARCHAR},
outgoing_period = #{outgoingPeriod,jdbcType=VARCHAR},
forwarding_unit = #{forwardingUnit,jdbcType=VARCHAR},
receive_unit = #{receiveUnit,jdbcType=VARCHAR},
resion = #{resion,jdbcType=VARCHAR},
in_application = #{inApplication,jdbcType=INTEGER},
org_id = #{orgId,jdbcType=INTEGER},
grain_attribute = #{grainAttribute,jdbcType=INTEGER},
grain_detail_kind = #{grainDetailKind,jdbcType=INTEGER},
receive_time = #{receiveTime,jdbcType=TIMESTAMP},
input_time = #{inputTime,jdbcType=TIMESTAMP},
grain_annual = #{grainAnnual,jdbcType=INTEGER},
productive_year = #{productiveYear,jdbcType=INTEGER},
grain_producing_area = #{grainProducingArea,jdbcType=INTEGER},
lsxzzbdh = #{lsxzzbdh,jdbcType=VARCHAR},
lssl = #{lssl,jdbcType=VARCHAR},
hzqlsxzdm = #{hzqlsxzdm,jdbcType=INTEGER},
hzrq = #{hzrq,jdbcType=TIMESTAMP},
ccshr = #{ccshr,jdbcType=VARCHAR},
zjshr = #{zjshr,jdbcType=VARCHAR},
tjshr = #{tjshr,jdbcType=VARCHAR},
kjshr = #{kjshr,jdbcType=VARCHAR},
ldshr = #{ldshr,jdbcType=VARCHAR},
bz = #{bz,jdbcType=VARCHAR},
audit_state = #{auditState,jdbcType=INTEGER},
is_notice = #{isNotice,jdbcType=INTEGER},
pzmc = #{pzmc,jdbcType=VARCHAR},
is_sheet = #{isSheet,jdbcType=INTEGER},
htbh = #{htbh,jdbcType=VARCHAR},
cblx = #{cblx,jdbcType=VARCHAR},
ysid = #{ysid,jdbcType=VARCHAR}
where id = #{id,jdbcType=INTEGER}