ID,
RGSTR_ID,
PBLM_NM,
PBLM_DESC,
LOC,
CENTER_X,
CENTER_Y,
GD_X,
GD_Y,
IS_TRUE,
IS_BREACH_NORM,
IS_LOOK,
IS_MEND,
IS_CHK,
IS_CHK_SUP,
IS_STATIS,
IS_COM_MEND,
NOTE,
PERS_ID,
INTM,
UPTM,
DATA_STAT
#{id},
#{rgstrId},
#{pblmNm},
#{pblmDesc},
#{loc},
#{centerX},
#{centerY},
#{gdX},
#{gdY},
#{isTrue},
#{isBreachNorm},
#{isLook},
#{isMend},
#{isChk},
#{isChkSup},
#{isStatis},
#{isComMend},
#{note},
#{persId},
#{intm},
#{uptm},
#{dataStat}
and RGSTR_ID = #{rgstrId}
and PBLM_NM = #{pblmNm}
and PBLM_DESC = #{pblmDesc}
and LOC = #{loc}
and CENTER_X = #{centerX}
and CENTER_Y = #{centerY}
and GD_X = #{gdX}
and GD_Y = #{gdY}
and IS_TRUE = #{isTrue}
and IS_BREACH_NORM = #{isBreachNorm}
and IS_LOOK = #{isLook}
and IS_MEND = #{isMend}
and IS_CHK = #{isChk}
and IS_CHK_SUP = #{isChkSup}
and IS_STATIS = #{isStatis}
and IS_COM_MEND = #{isComMend}
and NOTE = #{note}
and PERS_ID = #{persId}
and INTM = #{intm}
and UPTM = #{uptm}
and DATA_STAT = #{dataStat}
and DATA_STAT='0'
insert into BIS_INSP_VILL2021_PBLM(
)
values (
)
update BIS_INSP_VILL2021_PBLM set DATA_STAT='9' where ID = #{id}
update BIS_INSP_VILL2021_PBLM set DATA_STAT='9'
update BIS_INSP_VILL2021_PBLM set DATA_STAT = '9' where ID = #{id}
update BIS_INSP_VILL2021_PBLM
RGSTR_ID
= #{rgstrId},
PBLM_NM
= #{pblmNm},
PBLM_DESC
= #{pblmDesc},
LOC
= #{loc},
CENTER_X
= #{centerX},
CENTER_Y
= #{centerY},
GD_X
= #{gdX},
GD_Y
= #{gdY},
IS_TRUE
= #{isTrue},
IS_BREACH_NORM
= #{isBreachNorm},
IS_LOOK
= #{isLook},
IS_MEND
= #{isMend},
IS_CHK
= #{isChk},
IS_CHK_SUP
= #{isChkSup},
IS_STATIS
= #{isStatis},
IS_COM_MEND
= #{isComMend},
NOTE
= #{note},
PERS_ID
= #{persId},
INTM
= #{intm},
UPTM
= #{uptm},
DATA_STAT
= #{dataStat},
ID = #{id}
update BIS_INSP_VILL2021_PBLM
RGSTR_ID
= #{rgstrId},
PBLM_NM
= #{pblmNm},
PBLM_DESC
= #{pblmDesc},
LOC
= #{loc},
CENTER_X
= #{centerX},
CENTER_Y
= #{centerY},
GD_X
= #{gdX},
GD_Y
= #{gdY},
IS_TRUE
= #{isTrue},
IS_BREACH_NORM
= #{isBreachNorm},
IS_LOOK
= #{isLook},
IS_MEND
= #{isMend},
IS_CHK
= #{isChk},
IS_CHK_SUP
= #{isChkSup},
IS_STATIS
= #{isStatis},
IS_COM_MEND
= #{isComMend},
NOTE
= #{note},
PERS_ID
= #{persId},
INTM
= #{intm},
UPTM
= #{uptm},
DATA_STAT
= #{dataStat},