ID,
ORG_ID,
INSP_TYPE,
INSP_NAME,
INTM,
UPTM
#{id},
#{orgId},
#{inspType},
#{inspName},
#{intm},
#{uptm}
and ORG_ID = #{orgId}
and INSP_TYPE = #{inspType}
and INSP_NAME = #{inspName}
and INTM = #{intm}
and UPTM = #{uptm}
insert into REL_ORG_INSP_TYPE(
)
values (
)
delete from REL_ORG_INSP_TYPE where ID = #{id}
delete from REL_ORG_INSP_TYPE
delete from REL_ORG_INSP_TYPE where ID = #{id}
update REL_ORG_INSP_TYPE
ORG_ID = #{orgId},
INSP_TYPE = #{inspType},
INSP_NAME = #{inspName},
INTM = #{intm},
UPTM = #{uptm},
ID = #{id}
update REL_ORG_INSP_TYPE
ORG_ID = #{orgId},
INSP_TYPE = #{inspType},
INSP_NAME = #{inspName},
INTM = #{intm},
UPTM = #{uptm},