|
|
|
@ -148,11 +148,12 @@ public class M_Bf_boardBOImpl extends AbstractBOManager implements M_Bf_boardBO
|
|
|
|
|
|
|
|
|
|
generalDAO.delete("delete_bf_board_vote_by_b_no", paramMap);
|
|
|
|
|
ArrayList list_vote_content = (ArrayList) paramMap.get("list_vote_content");
|
|
|
|
|
for(int idx = 0; idx < list_vote_content.size(); idx++){
|
|
|
|
|
dm.put("v_content", list_vote_content.get(idx));
|
|
|
|
|
generalDAO.insert("insert_bf_board_vote_by_b_no", dm);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if(list_vote_content !=null) {
|
|
|
|
|
for(int idx = 0; idx < list_vote_content.size(); idx++){
|
|
|
|
|
dm.put("v_content", list_vote_content.get(idx));
|
|
|
|
|
generalDAO.insert("insert_bf_board_vote_by_b_no", dm);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
generalDAO.commitTransaction();
|
|
|
|
|
} catch (SQLException e) {
|
|
|
|
|
throw e;
|
|
|
|
|