ID, TRAVEL_PLAN_ID, TITLE, MINTE, DISTANCE, ORDR, INTM, UPTM, DATA_STAT #{id}, #{travelPlanId}, #{title}, #{minte}, #{distance}, #{ordr}, #{intm}, #{uptm}, #{dataStat} and TRAVEL_PLAN_ID = #{travelPlanId} and TITLE = #{title} and MINTE = #{minte} and DISTANCE = #{distance} and ORDR = #{ordr} and INTM = #{intm} and UPTM = #{uptm} and DATA_STAT = #{dataStat} insert into BIS_INSP_TRAVEL_PLAN_DAY( ) values ( ) update BIS_INSP_TRAVEL_PLAN_DAY set DATA_STAT='9' where ID = #{id} delete from BIS_INSP_TRAVEL_PLAN_DAY update BIS_INSP_TRAVEL_PLAN_DAY set flag_valid = 0 where ID = #{id} update BIS_INSP_TRAVEL_PLAN_DAY TRAVEL_PLAN_ID = #{travelPlanId}, TITLE = #{title}, MINTE = #{minte}, DISTANCE = #{distance}, ORDR = #{ordr}, INTM = #{intm}, UPTM = #{uptm}, DATA_STAT = #{dataStat}, ID = #{id} update BIS_INSP_TRAVEL_PLAN_DAY TRAVEL_PLAN_ID = #{travelPlanId}, TITLE = #{title}, MINTE = #{minte}, DISTANCE = #{distance}, ORDR = #{ordr}, INTM = #{intm}, UPTM = #{uptm}, DATA_STAT = #{dataStat},