NORG_ID
,
NORG_PID,
ORG_ID,
ORG_PID,
ORG_NM,
RLCODE,
ORG_TYPE,
AD_CODE
#{norgId}
,
#{norgPid},
#{orgId},
#{orgPid},
#{orgNm},
#{rlcode},
#{orgType},
#{adCode}
and NORG_PID = #{norgPid}
and ORG_ID = #{orgId}
and ORG_PID = #{orgPid}
and ORG_NM = #{orgNm}
and RLCODE = #{rlcode}
and ORG_TYPE = #{orgType}
insert into bis_insp_org(
)
values (
)
delete
from bis_insp_org
where ORG_ID = #{orgId}
delete from bis_insp_org
update bis_insp_org
set flag_valid = 0
where ORG_ID = #{orgId}
update bis_insp_org
NORG_PID = #{norgPid},
ORG_ID = #{orgId},
ORG_PID = #{orgPid},
ORG_NM = #{orgNm},
RLCODE = #{rlcode},
ORG_TYPE = #{orgType},
ORG_ID = #{orgId}
update bis_insp_org
NORG_PID = #{norgPid},
ORG_ID = #{orgId},
ORG_PID = #{orgPid},
ORG_NM = #{orgNm},
RLCODE = #{rlcode},
ORG_TYPE = #{orgType},