update ZHCX_COMMISSION_CHECK_BASE_INFO_DETAIL
set CHAPTERNO = case
when id=#{item.id} then #{item.chapterno}
end
where id in
#{item.id}
update ZHCX_COMMISSION_CHECK_DETAIL
set CHAPTERNOPULS = case
when id=#{item.id} then #{item.chapternopuls}
end
where id in
#{item.id}