ID, RGSTR_ID, A_UNIT, PBLM_DESC, PBLM_IMG_SUM, PBLM_IMG_NUM, RECT_CONC, RECT_MEAS, RECT_IMG_SUM, RECT_IMG_NUM, FD_TM, RECT_LEAD, RECT_MEMB, RECT_TM, NOTE, DATA_STAT, PERS_ID, GROUP_ID, IN_TM, UP_TM #{id}, #{rgstrId}, #{aUnit}, #{pblmDesc}, #{pblmImgSum}, #{pblmImgNum}, #{rectConc}, #{rectMeas}, #{rectImgSum}, #{rectImgNum}, #{fdTm}, #{rectLead}, #{rectMemb}, #{rectTm}, #{note}, #{dataStat}, #{persId}, #{groupId}, #{inTm}, #{upTm} #{item.id}, #{item.rgstrId}, #{item.aUnit}, #{item.pblmDesc}, #{item.pblmImgSum}, #{item.pblmImgNum}, #{item.rectConc}, #{item.rectMeas}, #{item.rectImgSum}, #{item.rectImgNum}, #{item.fdTm}, #{item.rectLead}, #{item.rectMemb}, #{item.rectTm}, #{item.note}, #{item.dataStat}, #{item.persId}, #{item.groupId}, #{item.inTm}, #{item.upTm} and RGSTR_ID = #{rgstrId} and A_UNIT = #{aUnit} and PBLM_DESC = #{pblmDesc} and PBLM_IMG_SUM = #{pblmImgSum} and PBLM_IMG_NUM = #{pblmImgNum} and RECT_CONC = #{rectConc} and RECT_MEAS = #{rectMeas} and RECT_IMG_SUM = #{rectImgSum} and RECT_IMG_NUM = #{rectImgNum} and FD_TM = #{fdTm} and RECT_LEAD = #{rectLead} and RECT_MEMB = #{rectMemb} and RECT_TM = #{rectTm} and NOTE = #{note} and DATA_STAT = #{dataStat} and PERS_ID = #{persId} and GROUP_ID = #{groupId} and IN_TM = #{inTm} and UP_TM = #{upTm} and B.province like '${province}%' and B.province is null insert into BIS_INSP_FSC_PBLM( ) values ( ) delete from BIS_INSP_FSC_PBLM where ID = #{id} delete from BIS_INSP_FSC_PBLM update BIS_INSP_FSC_PBLM set flag_valid = 0 where ID = #{id} update BIS_INSP_FSC_PBLM RGSTR_ID = #{rgstrId}, A_UNIT = #{aUnit}, PBLM_DESC = #{pblmDesc}, PBLM_IMG_SUM = #{pblmImgSum}, PBLM_IMG_NUM = #{pblmImgNum}, RECT_CONC = #{rectConc}, RECT_MEAS = #{rectMeas}, RECT_IMG_SUM = #{rectImgSum}, RECT_IMG_NUM = #{rectImgNum}, FD_TM = #{fdTm}, RECT_LEAD = #{rectLead}, RECT_MEMB = #{rectMemb}, RECT_TM = #{rectTm}, NOTE = #{note}, DATA_STAT = #{dataStat}, PERS_ID = #{persId}, GROUP_ID = #{groupId}, IN_TM = #{inTm}, UP_TM = #{upTm}, ID = #{id} update BIS_INSP_FSC_PBLM RGSTR_ID = #{rgstrId}, A_UNIT = #{aUnit}, PBLM_DESC = #{pblmDesc}, PBLM_IMG_SUM = #{pblmImgSum}, PBLM_IMG_NUM = #{pblmImgNum}, RECT_CONC = #{rectConc}, RECT_MEAS = #{rectMeas}, RECT_IMG_SUM = #{rectImgSum}, RECT_IMG_NUM = #{rectImgNum}, FD_TM = #{fdTm}, RECT_LEAD = #{rectLead}, RECT_MEMB = #{rectMemb}, RECT_TM = #{rectTm}, NOTE = #{note}, DATA_STAT = #{dataStat}, PERS_ID = #{persId}, GROUP_ID = #{groupId}, IN_TM = #{inTm}, UP_TM = #{upTm}, insert into BIS_INSP_FSC_PBLM( ) select t.* from ( select from dual ) t