DVDWK_ID, SCHM_ID, GUID, ORG_DP, DTYPE, CONTENT, INTM, UPTM, INSP_NUM, AD_CODE, AD_NAME, ORG_NAME, INSP_COUNT, INSP_SCALE #{dvdwkId}, #{schmId}, #{guid}, #{orgDp}, #{dtype}, #{content}, #{intm}, #{uptm}, #{inspNum}, #{adCode}, #{adName}, #{orgName}, #{inspCount}, #{inspScale} and SCHM_ID = #{schmId} and GUID = #{guid} and ORG_DP = #{orgDp} and DTYPE = #{dtype} and CONTENT = #{content} and INTM = #{intm} and UPTM = #{uptm} and INSP_NUM = #{inspNum} and AD_CODE = #{adCode} and AD_NAME = #{adName} and ORG_NAME = #{orgName} and INSP_COUNT = #{inspCount} and INSP_SCALE = #{inspScale} insert into BIS_INSP_DVDWK( ) values ( ) delete from BIS_INSP_DVDWK where DVDWK_ID = #{id} delete from BIS_INSP_DVDWK update BIS_INSP_DVDWK set flag_valid = 0 where ID = #{id} update BIS_INSP_DVDWK SCHM_ID = #{schmId}, GUID = #{guid}, ORG_DP = #{orgDp}, DTYPE = #{dtype}, CONTENT = #{content}, INTM = #{intm}, UPTM = #{uptm}, INSP_NUM = #{inspNum}, AD_CODE = #{adCode}, AD_NAME = #{adName}, ORG_NAME = #{orgName}, INSP_COUNT = #{inspCount}, INSP_SCALE = #{inspScale}, DVDWK_ID = #{dvdwkId} update BIS_INSP_DVDWK SCHM_ID = #{schmId}, GUID = #{guid}, ORG_DP = #{orgDp}, DTYPE = #{dtype}, CONTENT = #{content}, INTM = #{intm}, UPTM = #{uptm}, INSP_NUM = #{inspNum}, AD_CODE = #{adCode}, AD_NAME = #{adName}, ORG_NAME = #{orgName}, INSP_COUNT = #{inspCount}, INSP_SCALE = #{inspScale},