ID,
INSP_TYPE,
PLN_NM,
PLAN_YR,
PLAN_NO,
ORG_ID,
PLAN_UNT,
INTM,
PLAN_CNT,
PLAN_CAR,
PESRID,
FLAG_VALID,
SEND_STATE
#{id},
#{inspType},
#{plnNm},
#{planYr},
#{planNo},
#{orgId},
#{planUnt},
#{intm},
#{planCnt},
#{planCar},
#{pesrid},
#{flagValid},
#{sendState}
and INSP_TYPE = #{inspType}
and PLN_NM = #{plnNm}
and PLAN_YR = #{planYr}
and PLAN_NO = #{planNo}
and ORG_ID = #{orgId}
and PLAN_UNT = #{planUnt}
and INTM = #{intm}
and PLAN_CNT = #{planCnt}
and PLAN_CAR = #{planCar}
and PESRID = #{pesrid}
and FLAG_VALID = #{flagValid}
and SEND_STATE = #{sendState}
insert into BIS_INS_NTFCTN(
)
values (
)
delete from BIS_INS_NTFCTN where ID = #{id}
delete from BIS_INS_NTFCTN
update BIS_INS_NTFCTN set flag_valid = '0' where ID = #{id}
update BIS_INS_NTFCTN
INSP_TYPE = #{inspType},
PLN_NM = #{plnNm},
PLAN_YR = #{planYr},
PLAN_NO = #{planNo},
ORG_ID = #{orgId},
PLAN_UNT = #{planUnt},
INTM = #{intm},
PLAN_CNT = #{planCnt},
PLAN_CAR = #{planCar},
PESRID = #{pesrid},
FLAG_VALID = #{flagValid},
SEND_STATE = #{sendState},
ID = #{id}
update BIS_INS_NTFCTN
INSP_TYPE = #{inspType},
PLN_NM = #{plnNm},
PLAN_YR = #{planYr},
PLAN_NO = #{planNo},
ORG_ID = #{orgId},
PLAN_UNT = #{planUnt},
INTM = #{intm},
PLAN_CNT = #{planCnt},
PLAN_CAR = #{planCar},
PESRID = #{pesrid},
FLAG_VALID = #{flagValid},
SENG_STATE = #{sendState},