PERS_ID,
ORG_ID,
USER_TYPE
#{persId},
#{orgId},
#{userType}
and ORG_ID = #{orgId}
and PERS_ID = #{persId}
and USER_TYPE = #{userType}
insert into BIS_INSP_PERS_ORG( )
values ( )
delete from BIS_INSP_PERS_ORG where PERS_ID = #{persId}
delete from BIS_INSP_PERS_ORG
update BIS_INSP_PERS_ORG set flag_valid = 0 where ID = #{id}
update BIS_INSP_PERS_ORG
USER_TYPE = #{userType},
ORG_ID = #{orgId} and PERS_ID=#{persId}
update BIS_INSP_PERS_ORG
ORG_ID = #{orgId},