INSERT INTO dispatch.bill_status_checkpoint( `organization_id`, `type`,`bill_type`,`last_update_date`)
(#{item.organizationId}, #{item.type},#{item.billType,typeHandler=org.apache.ibatis.type.EnumOrdinalTypeHandler}, #{item.lastUpdate})
update dispatch.bill_status_checkpoint
set `last_update_date` = #{item.lastUpdate}
where `pk_id` = #{item.id}