ID,
RGSTR_ID,
IS_REQ_CON,
IS_SETT_TIME,
IS_STAB,
IS_MOR_FLU,
IS_MOR_STR,
IS_FIN_MOD,
IS_ABS_STA,
IS_SILT_CON,
IS_PACK_DEN,
IS_APPER_DEN,
IS_NEE_PAR_CON,
IS_ROBU,
IS_CRU_IND,
IS_SOFT_PAR_CON,
IS_DEG_COL_MIX,
IS_RATE_BEL_MIX,
IS_UNIF_MIX,
IS_CON_MIX,
IS_APP_DEN_MIX,
IS_SETT_TIME_MIX,
IS_WAT_RATIO,
IS_COMP_STR,
IS_FLEX_STR,
IS_TENS_STR,
IS_YIE_STR,
IS_ELON_AFT_FAR,
IS_TEN_STR_JOIN,
IS_ALT_BEN,
IS_CON,
IS_EXUD_RATE,
IS_APPER_DEN_MOR,
IS_COMP_STR_MOR,
IS_WAT_RED_RATE,
IS_SOL_CON,
IS_AIR_CON,
IS_PH,
IS_FINE_ADM,
IS_COM_STR_RAT,
IS_SET_TIME_DIFF,
IS_FINE,
PERS_ID,
INTM,
UPTM,
STATE,
DATA_STAT
#{id},
#{rgstrId},
#{isReqCon},
#{isSettTime},
#{isStab},
#{isMorFlu},
#{isMorStr},
#{isFinMod},
#{isAbsSta},
#{isSiltCon},
#{isPackDen},
#{isApperDen},
#{isNeeParCon},
#{isRobu},
#{isCruInd},
#{isSoftParCon},
#{isDegColMix},
#{isRateBelMix},
#{isUnifMix},
#{isConMix},
#{isAppDenMix},
#{isSettTimeMix},
#{isWatRatio},
#{isCompStr},
#{isFlexStr},
#{isTensStr},
#{isYieStr},
#{isElonAftFar},
#{isTenStrJoin},
#{isAltBen},
#{isCon},
#{isExudRate},
#{isApperDenMor},
#{isCompStrMor},
#{isWatRedRate},
#{isSolCon},
#{isAirCon},
#{isPh},
#{isFineAdm},
#{isComStrRat},
#{isSetTimeDiff},
#{isFine},
#{persId},
#{intm},
#{uptm},
#{state},
#{dataStat}
and RGSTR_ID = #{rgstrId}
and IS_REQ_CON = #{isReqCon}
and IS_SETT_TIME = #{isSettTime}
and IS_STAB = #{isStab}
and IS_MOR_FLU = #{isMorFlu}
and IS_MOR_STR = #{isMorStr}
and IS_FIN_MOD = #{isFinMod}
and IS_ABS_STA = #{isAbsSta}
and IS_SILT_CON = #{isSiltCon}
and IS_PACK_DEN = #{isPackDen}
and IS_APPER_DEN = #{isApperDen}
and IS_NEE_PAR_CON = #{isNeeParCon}
and IS_ROBU = #{isRobu}
and IS_CRU_IND = #{isCruInd}
and IS_SOFT_PAR_CON = #{isSoftParCon}
and IS_DEG_COL_MIX = #{isDegColMix}
and IS_RATE_BEL_MIX = #{isRateBelMix}
and IS_UNIF_MIX = #{isUnifMix}
and IS_CON_MIX = #{isConMix}
and IS_APP_DEN_MIX = #{isAppDenMix}
and IS_SETT_TIME_MIX = #{isSettTimeMix}
and IS_WAT_RATIO = #{isWatRatio}
and IS_COMP_STR = #{isCompStr}
and IS_FLEX_STR = #{isFlexStr}
and IS_TENS_STR = #{isTensStr}
and IS_YIE_STR = #{isYieStr}
and IS_ELON_AFT_FAR = #{isElonAftFar}
and IS_TEN_STR_JOIN = #{isTenStrJoin}
and IS_ALT_BEN = #{isAltBen}
and IS_CON = #{isCon}
and IS_EXUD_RATE = #{isExudRate}
and IS_APPER_DEN_MOR = #{isApperDenMor}
and IS_COMP_STR_MOR = #{isCompStrMor}
and IS_WAT_RED_RATE = #{isWatRedRate}
and IS_SOL_CON = #{isSolCon}
and IS_AIR_CON = #{isAirCon}
and IS_PH = #{isPh}
and IS_FINE_ADM = #{isFineAdm}
and IS_COM_STR_RAT = #{isComStrRat}
and IS_SET_TIME_DIFF = #{isSetTimeDiff}
and IS_FINE = #{isFine}
and PERS_ID = #{persId}
and INTM = #{intm}
and UPTM = #{uptm}
and STATE = #{state}
and DATA_STAT = #{dataStat}
insert into BIS_INSP_CDEP_CON( )
values ( )
update BIS_INSP_CDEP_CON set DATA_STAT='9' where ID = #{id}
delete from BIS_INSP_CDEP_CON
update BIS_INSP_CDEP_CON set flag_valid = 0 where ID = #{id}
update BIS_INSP_CDEP_CON
RGSTR_ID = #{rgstrId},
IS_REQ_CON = #{isReqCon},
IS_SETT_TIME = #{isSettTime},
IS_STAB = #{isStab},
IS_MOR_FLU = #{isMorFlu},
IS_MOR_STR = #{isMorStr},
IS_FIN_MOD = #{isFinMod},
IS_ABS_STA = #{isAbsSta},
IS_SILT_CON = #{isSiltCon},
IS_PACK_DEN = #{isPackDen},
IS_APPER_DEN = #{isApperDen},
IS_NEE_PAR_CON = #{isNeeParCon},
IS_ROBU = #{isRobu},
IS_CRU_IND = #{isCruInd},
IS_SOFT_PAR_CON = #{isSoftParCon},
IS_DEG_COL_MIX = #{isDegColMix},
IS_RATE_BEL_MIX = #{isRateBelMix},
IS_UNIF_MIX = #{isUnifMix},
IS_CON_MIX = #{isConMix},
IS_APP_DEN_MIX = #{isAppDenMix},
IS_SETT_TIME_MIX = #{isSettTimeMix},
IS_WAT_RATIO = #{isWatRatio},
IS_COMP_STR = #{isCompStr},
IS_FLEX_STR = #{isFlexStr},
IS_TENS_STR = #{isTensStr},
IS_YIE_STR = #{isYieStr},
IS_ELON_AFT_FAR = #{isElonAftFar},
IS_TEN_STR_JOIN = #{isTenStrJoin},
IS_ALT_BEN = #{isAltBen},
IS_CON = #{isCon},
IS_EXUD_RATE = #{isExudRate},
IS_APPER_DEN_MOR = #{isApperDenMor},
IS_COMP_STR_MOR = #{isCompStrMor},
IS_WAT_RED_RATE = #{isWatRedRate},
IS_SOL_CON = #{isSolCon},
IS_AIR_CON = #{isAirCon},
IS_PH = #{isPh},
IS_FINE_ADM = #{isFineAdm},
IS_COM_STR_RAT = #{isComStrRat},
IS_SET_TIME_DIFF = #{isSetTimeDiff},
IS_FINE = #{isFine},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
STATE = #{state},
DATA_STAT = #{dataStat},
ID = #{id}
update BIS_INSP_CDEP_CON
RGSTR_ID = #{rgstrId},
IS_REQ_CON = #{isReqCon},
IS_SETT_TIME = #{isSettTime},
IS_STAB = #{isStab},
IS_MOR_FLU = #{isMorFlu},
IS_MOR_STR = #{isMorStr},
IS_FIN_MOD = #{isFinMod},
IS_ABS_STA = #{isAbsSta},
IS_SILT_CON = #{isSiltCon},
IS_PACK_DEN = #{isPackDen},
IS_APPER_DEN = #{isApperDen},
IS_NEE_PAR_CON = #{isNeeParCon},
IS_ROBU = #{isRobu},
IS_CRU_IND = #{isCruInd},
IS_SOFT_PAR_CON = #{isSoftParCon},
IS_DEG_COL_MIX = #{isDegColMix},
IS_RATE_BEL_MIX = #{isRateBelMix},
IS_UNIF_MIX = #{isUnifMix},
IS_CON_MIX = #{isConMix},
IS_APP_DEN_MIX = #{isAppDenMix},
IS_SETT_TIME_MIX = #{isSettTimeMix},
IS_WAT_RATIO = #{isWatRatio},
IS_COMP_STR = #{isCompStr},
IS_FLEX_STR = #{isFlexStr},
IS_TENS_STR = #{isTensStr},
IS_YIE_STR = #{isYieStr},
IS_ELON_AFT_FAR = #{isElonAftFar},
IS_TEN_STR_JOIN = #{isTenStrJoin},
IS_ALT_BEN = #{isAltBen},
IS_CON = #{isCon},
IS_EXUD_RATE = #{isExudRate},
IS_APPER_DEN_MOR = #{isApperDenMor},
IS_COMP_STR_MOR = #{isCompStrMor},
IS_WAT_RED_RATE = #{isWatRedRate},
IS_SOL_CON = #{isSolCon},
IS_AIR_CON = #{isAirCon},
IS_PH = #{isPh},
IS_FINE_ADM = #{isFineAdm},
IS_COM_STR_RAT = #{isComStrRat},
IS_SET_TIME_DIFF = #{isSetTimeDiff},
IS_FINE = #{isFine},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
STATE = #{state},
DATA_STAT = #{dataStat},