ID,
PLAN_DAY_ID,
INSTRUCTION,
DISTANCE,
POLYLINE,
ACTION,
INTM,
UPTM,
DATA_STAT,
ORDR
#{id},
#{planDayId},
#{instruction},
#{distance},
#{polyline},
#{action},
#{intm},
#{uptm},
#{dataStat},
#{ordr}
and PLAN_DAY_ID = #{planDayId}
and INSTRUCTION = #{instruction}
and DISTANCE = #{distance}
and POLYLINE = #{polyline}
and ACTION = #{action}
and INTM = #{intm}
and UPTM = #{uptm}
and ORDR = #{ordr}
and DATA_STAT = #{dataStat}
insert into BIS_INSP_TRAVEL_PLAN_POLYLINE( )
values ( )
delete from BIS_INSP_TRAVEL_PLAN_POLYLINE where ID = #{id}
delete from BIS_INSP_TRAVEL_PLAN_POLYLINE
update BIS_INSP_TRAVEL_PLAN_POLYLINE set flag_valid = 0 where ID = #{id}
update BIS_INSP_TRAVEL_PLAN_POLYLINE
PLAN_DAY_ID = #{planDayId},
INSTRUCTION = #{instruction},
DISTANCE = #{distance},
POLYLINE = #{polyline},
ACTION = #{action},
ORDR = #{ordr},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},
ID = #{id}
update BIS_INSP_TRAVEL_PLAN_POLYLINE
PLAN_DAY_ID = #{planDayId},
INSTRUCTION = #{instruction},
DISTANCE = #{distance},
POLYLINE = #{polyline},
ACTION = #{action},
ORDR = #{ordr},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},