ID,
RGSTR_ID,
QUESTION_ID,
ANSWER_VALUE,
PERS_ID,
INTM,
UPTM,
NOTE,
DATA_STAT
#{id},
#{rgstrId},
#{questionId},
#{answerValue},
#{persId},
#{intm},
#{uptm},
#{note},
#{dataStat}
and RGSTR_ID = #{rgstrId}
and QUESTION_ID = #{questionId}
and ANSWER_VALUE = #{answerValue}
and PERS_ID = #{persId}
and INTM = #{intm}
and UPTM = #{uptm}
and NOTE = #{note}
and DATA_STAT = #{dataStat}
and DATA_STAT='0'
insert into BIS_INSP_ANSWER( )
values ( )
update BIS_INSP_ANSWER set DATA_STAT='9' where ID = #{id}
update BIS_INSP_ANSWER set DATA_STAT='9'
update BIS_INSP_ANSWER set DATA_STAT = '9' where ID = #{id}
update BIS_INSP_ANSWER
RGSTR_ID = #{rgstrId},
QUESTION_ID = #{questionId},
ANSWER_VALUE = #{answerValue},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
NOTE = #{note},
DATA_STAT = #{dataStat},
ID = #{id}
update BIS_INSP_ANSWER
RGSTR_ID = #{rgstrId},
QUESTION_ID = #{questionId},
ANSWER_VALUE = #{answerValue},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
NOTE = #{note},
DATA_STAT = #{dataStat},