STATE,
DATA_STAT,
ID,
RGSTR_ID,
IS_QUA_MEA,
IS_CRE_LIC,
IS_DIR_CEN_TIT,
IS_PER_INT_TIT,
IS_INS_PRO,
IS_SYS_SEP_PAR,
PERS_ID,
INTM,
UPTM
#{state},
#{dataStat},
#{id},
#{rgstrId},
#{isQuaMea},
#{isCreLic},
#{isDirCenTit},
#{isPerIntTit},
#{isInsPro},
#{isSysSepPar},
#{persId},
#{intm},
#{uptm}
and DATA_STAT = #{dataStat}
and ID = #{id}
and RGSTR_ID = #{rgstrId}
and IS_QUA_MEA = #{isQuaMea}
and IS_CRE_LIC = #{isCreLic}
and IS_DIR_CEN_TIT = #{isDirCenTit}
and IS_PER_INT_TIT = #{isPerIntTit}
and IS_INS_PRO = #{isInsPro}
and IS_SYS_SEP_PAR = #{isSysSepPar}
and PERS_ID = #{persId}
and INTM = #{intm}
and UPTM = #{uptm}
insert into BIS_INSP_CDEP_QUA( )
values ( )
update BIS_INSP_CDEP_QUA set DATA_STAT='9' where ID = #{id}
delete from BIS_INSP_CDEP_QUA
update BIS_INSP_CDEP_QUA set flag_valid = 0 where ID = #{id}
update BIS_INSP_CDEP_QUA
DATA_STAT = #{dataStat},
ID = #{id},
RGSTR_ID = #{rgstrId},
IS_QUA_MEA = #{isQuaMea},
IS_CRE_LIC = #{isCreLic},
IS_DIR_CEN_TIT = #{isDirCenTit},
IS_PER_INT_TIT = #{isPerIntTit},
IS_INS_PRO = #{isInsPro},
IS_SYS_SEP_PAR = #{isSysSepPar},
PERS_ID = #{persId},
STATE = #{state},
INTM = #{intm},
UPTM = #{uptm},
ID = #{id}
update BIS_INSP_CDEP_QUA
DATA_STAT = #{dataStat},
ID = #{id},
RGSTR_ID = #{rgstrId},
IS_QUA_MEA = #{isQuaMea},
IS_CRE_LIC = #{isCreLic},
IS_DIR_CEN_TIT = #{isDirCenTit},
IS_PER_INT_TIT = #{isPerIntTit},
IS_INS_PRO = #{isInsPro},
IS_SYS_SEP_PAR = #{isSysSepPar},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},