INSERT INTO HearPaperAuth ( hearPaperId, objectId , objectType ) Values ( #{hearPaperId}, #{objectId} , #{objectType} )
INSERT INTO HearPaperAuth ( hearPaperId, objectId , objectType ) Values
( #{item.hearPaperId}, #{item.objectId} , #{item.objectType} )