insert into location_priority_details( id, header_id, lotatt_id, lotatt_value, create_by, create_time, update_by, update_time, remark) values
( #{item.id}, #{item.headerId}, #{item.lotattId}, #{item.lotattValue}, #{item.createBy}, #{item.createTime}, #{item.updateBy}, #{item.updateTime}, #{item.remark})