어떻게 마퍼에서.xml에 대량 추가

713 단어 총결산
어떻게 마퍼에서.xml에 대량 추가
다오층
	void addBatch(@Param("list")List zGroupHis);

mapper.xml
 
    INSERT into zc_chat_group_his 
    (id, class_code, create_time, leader_name, new_leader_name, update_time, group_code, group_type) 
    VALUES
    
        (#{test.id},
        #{test.classCode},
        #{test.createTime},
        #{test.leaderName},
        #{test.newLeaderName},
        #{test.updateTime},
        #{test.groupCode},
        #{test.groupType})
    
  

VALUES 뒤에 값을 추가하고 각 레코드는 쉼표로 구분

좋은 웹페이지 즐겨찾기