STATUS,
ID,
RGSTR_ID,
RS_CODE,
RSVR_NM,
ENG_SCAL,
IS_PASS_PLAN,
IS_MAN_PLAN,
IS_RECORD,
IS_TRUE,
IS_POLLING,
IS_CORRE,
PERS_ID,
NOTE,
INTM,
UPTM,
DATA_STAT
#{status},
#{id},
#{rgstrId},
#{rsCode},
#{rsvrNm},
#{engScal},
#{isPassPlan},
#{isManPlan},
#{isRecord},
#{isTrue},
#{isPolling},
#{isCorre},
#{persId},
#{note},
#{intm},
#{uptm},
#{dataStat}
and STATUS = #{status}
and ID = #{id}
and RGSTR_ID = #{rgstrId}
and RS_CODE = #{rsCode}
and RSVR_NM = #{rsvrNm}
and ENG_SCAL = #{engScal}
and IS_PASS_PLAN = #{isPassPlan}
and IS_MAN_PLAN = #{isManPlan}
and IS_RECORD = #{isRecord}
and IS_TRUE = #{isTrue}
and IS_POLLING = #{isPolling}
and IS_CORRE = #{isCorre}
and PERS_ID = #{persId}
and NOTE = #{note}
and INTM = #{intm}
and UPTM = #{uptm}
and DATA_STAT = #{dataStat}
and DATA_STAT='0'
insert into BIS_INSP_STND_PLRD( )
values ( )
update BIS_INSP_STND_PLRD set DATA_STAT='9' where ID = #{id}
update BIS_INSP_STND_PLRD set DATA_STAT='9'
update BIS_INSP_STND_PLRD set DATA_STAT = '9' where ID = #{id}
update BIS_INSP_STND_PLRD
ID = #{id},
RGSTR_ID = #{rgstrId},
RS_CODE = #{rsCode},
RSVR_NM = #{rsvrNm},
ENG_SCAL = #{engScal},
IS_PASS_PLAN = #{isPassPlan},
IS_MAN_PLAN = #{isManPlan},
IS_RECORD = #{isRecord},
IS_TRUE = #{isTrue},
IS_POLLING = #{isPolling},
IS_CORRE = #{isCorre},
PERS_ID = #{persId},
NOTE = #{note},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},
STATUS = #{status},
ID = #{id}
update BIS_INSP_STND_PLRD
ID = #{id},
RGSTR_ID = #{rgstrId},
RS_CODE = #{rsCode},
RSVR_NM = #{rsvrNm},
ENG_SCAL = #{engScal},
IS_PASS_PLAN = #{isPassPlan},
IS_MAN_PLAN = #{isManPlan},
IS_RECORD = #{isRecord},
IS_TRUE = #{isTrue},
IS_POLLING = #{isPolling},
IS_CORRE = #{isCorre},
PERS_ID = #{persId},
NOTE = #{note},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},
STATUS = #{status},