insert into community_space_open_time( space_id,hours,is_open,time_id,community_id ) values ( #{spaceId},#{hours},#{isOpen},#{timeId},#{communityId} ) insert into community_space_open_time( space_id,hours,is_open,time_id,community_id ) values (#{item.spaceId},#{item.hours},#{item.isOpen},#{item.timeId},#{item.communityId}) update community_space_open_time t set t.status_cd = #{statusCd} ,t.b_id = #{newBId} , t.space_id= #{spaceId} , t.hours= #{hours} , t.is_open= #{isOpen} , t.community_id= #{communityId} where 1=1 and t.time_id= #{timeId}