ORG_ID, ORG_PID, ORG_NM, RLCODE,IN_TM,UP_TM,AD_CODE,PBLM_LOGO,QUOTE_ORG_ID, ORG_TYPE #{orgId}, #{orgPid}, #{orgNm}, #{rlcode},#{inTm},#{upTm},#{adCode},#{pblmLogo},#{quoteOrgId}, #{orgType} and ORG_PID = #{orgPid} and ORG_NM = #{orgNm} and RLCODE = #{rlcode} and AD_CODE = #{adCode} and PBLM_LOGO = #{pblmLogo} and QUOTE_ORG_ID = #{quoteOrgId} and ORG_TYPE = #{orgType} insert into BIS_INSP_ORG( ) values ( ) delete from BIS_INSP_ORG where ORG_ID = #{id} delete from BIS_INSP_ORG update BIS_INSP_ORG set flag_valid = 0 where ORG_ID = #{id} update BIS_INSP_ORG ORG_PID = #{orgPid}, ORG_NM = #{orgNm}, RLCODE = #{rlcode}, AD_CODE = #{adCode}, PBLM_LOGO = #{pblmLogo}, QUOTE_ORG_ID = #{quoteOrgId}, ORG_TYPE = #{orgType}, ORG_ID = #{orgId} update BIS_INSP_ORG ORG_PID = #{orgPid}, ORG_NM = #{orgNm}, RLCODE = #{rlcode}, AD_CODE = #{adCode}, PBLM_LOGO = #{pblmLogo}, QUOTE_ORG_ID = #{quoteOrgId}, ORG_TYPE = #{orgType},