PRO_NAME, BAS_NAME, ID, RGSTR_ID, INSP_TYPE, IS_COMPL_PLAN, PLAN_NAME, COMPL_UNIT, PRO, BAS, STATUS, REC_PERS_ID, REC_PERS, REC_PERS_TEL, INTM, UPTM #{proName}, #{basName}, #{id}, #{rgstrId}, #{inspType}, #{isComplPlan}, #{planName}, #{complUnit}, #{pro}, #{bas}, #{status}, #{recPersId}, #{recPers}, #{recPersTel}, #{intm}, #{uptm} and PRO_NAME = #{proName} and BAS_NAME = #{basName} and RGSTR_ID = #{rgstrId} and INSP_TYPE = #{inspType} and IS_COMPL_PLAN = #{isComplPlan} and PLAN_NAME = #{planName} and COMPL_UNIT = #{complUnit} and PRO = #{pro} and BAS = #{bas} and STATUS = #{status} and REC_PERS_ID = #{recPersId} and REC_PERS = #{recPers} and REC_PERS_TEL = #{recPersTel} and INTM = #{intm} and UPTM = #{uptm} insert into BIS_INSP_EFP_RGSTR_PLAN_COMPL( ) values ( ) delete from BIS_INSP_EFP_RGSTR_PLAN_COMPL where ID = #{id} delete from BIS_INSP_EFP_RGSTR_PLAN_COMPL update BIS_INSP_EFP_RGSTR_PLAN_COMPL set DATA_STAT = '9' where ID = #{id} update BIS_INSP_EFP_RGSTR_PLAN_COMPL PRO_NAME = #{proName}, BAS_NAME = #{basName}, RGSTR_ID = #{rgstrId}, INSP_TYPE = #{inspType}, IS_COMPL_PLAN = #{isComplPlan}, PLAN_NAME = #{planName}, COMPL_UNIT = #{complUnit}, PRO = #{pro}, BAS = #{bas}, STATUS = #{status}, REC_PERS_ID = #{recPersId}, REC_PERS = #{recPers}, REC_PERS_TEL = #{recPersTel}, INTM = #{intm}, UPTM = #{uptm}, ID = #{id} update BIS_INSP_EFP_RGSTR_PLAN_COMPL PRO_NAME = #{proName}, BAS_NAME = #{basName}, RGSTR_ID = #{rgstrId}, INSP_TYPE = #{inspType}, IS_COMPL_PLAN = #{isComplPlan}, PLAN_NAME = #{planName}, COMPL_UNIT = #{complUnit}, PRO = #{pro}, BAS = #{bas}, STATUS = #{status}, REC_PERS_ID = #{recPersId}, REC_PERS = #{recPers}, REC_PERS_TEL = #{recPersTel}, INTM = #{intm}, UPTM = #{uptm},