BID_REGULATIONS_ID, SORT_NO, SHORT_NAME, CONTENT, TENDER_ID INSERT INTO obe_bid_regulations ( BID_REGULATIONS_ID, SORT_NO, SHORT_NAME, CONTENT, TENDER_ID) VALUES ( #{item.id}, #{item.sortNo}, #{item.shortName}, #{item.content}, #{item.tenderId}, )