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