PTYPE,
REGID,
TRAVEL_PLAN_ID,
DISTANCE,
CONSUMING,
STTM,
ENTM,
ID,
PLAN_DAY_ID,
NAME,
ADDVCD,
ADDVNM,
LEV,
LGTD,
LTTD,
ICONS,
ORDR,
INTM,
UPTM,
NOTE,
DATA_STAT
#{ptype},
#{regid},
#{travelPlanId},
#{distance},
#{consuming},
#{sttm},
#{entm},
#{id},
#{planDayId},
#{name},
#{addvcd},
#{addvnm},
#{lev},
#{lgtd},
#{lttd},
#{icons},
#{ordr},
#{intm},
#{uptm},
#{note},
#{dataStat}
and REGID = #{regid}
and TRAVEL_PLAN_ID = #{travelPlanId}
and DISTANCE = #{distance}
and CONSUMING = #{consuming}
and STTM = #{sttm}
and ENTM = #{entm}
and ID = #{id}
and PLAN_DAY_ID = #{planDayId}
and NAME = #{name}
and ADDVCD = #{addvcd}
and ADDVNM = #{addvnm}
and LEV = #{lev}
and LGTD = #{lgtd}
and LTTD = #{lttd}
and ICONS = #{icons}
and ORDR = #{ordr}
and INTM = #{intm}
and UPTM = #{uptm}
and DATA_STAT = #{dataStat}
and note = #{note}
and DATA_STAT='0'
insert into BIS_INSP_TRAVEL_PLAN_POINT(
)
values (
)
update BIS_INSP_TRAVEL_PLAN_POINT set DATA_STAT='9' where ID = #{id}
update BIS_INSP_TRAVEL_PLAN_POINT set DATA_STAT='9' where plan_day_id=#{dayId}
delete from BIS_INSP_TRAVEL_PLAN_POINT
update BIS_INSP_TRAVEL_PLAN_POINT set flag_valid = 0 where ID = #{id}
update BIS_INSP_TRAVEL_PLAN_POINT
REGID = #{regid},
TRAVEL_PLAN_ID = #{travelPlanId},
DISTANCE = #{distance},
CONSUMING = #{consuming},
STTM = #{sttm},
ENTM = #{entm},
ptype = #{ptype},
PLAN_DAY_ID = #{planDayId},
NAME = #{name},
ADDVCD = #{addvcd},
ADDVNM = #{addvnm},
LEV = #{lev},
LGTD = #{lgtd},
LTTD = #{lttd},
ICONS = #{icons},
ORDR = #{ordr},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},
NOTE = #{note},
ID = #{id}
update BIS_INSP_TRAVEL_PLAN_POINT
REGID = #{regid},
TRAVEL_PLAN_ID = #{travelPlanId},
DISTANCE = #{distance},
CONSUMING = #{consuming},
STTM = #{sttm},
ENTM = #{entm},
ptype = #{ptype},
PLAN_DAY_ID = #{planDayId},
NAME = #{name},
ADDVCD = #{addvcd},
ADDVNM = #{addvnm},
LEV = #{lev},
LGTD = #{lgtd},
LTTD = #{lttd},
ICONS = #{icons},
ORDR = #{ordr},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},
NOTE = #{note},