ID,
OBJ_NAME,
RGSTR_ID,
PLAN_PROCESS_ID,
STAGE_STATUS_RESON,
STAGE_STATUS,
INTM,
PERS_ID,
PERS_NAME
#{id},
#{objName},
#{rgstrId},
#{planProcessId},
#{stageStatusReson},
#{stageStatus},
#{intm},
#{persId},
#{persName}
and OBJ_NAME = #{objName}
and RGSTR_ID = #{rgstrId}
and PLAN_PROCESS_ID = #{planProcessId}
and STAGE_STATUS_RESON = #{stageStatusReson}
and STAGE_STATUS = #{stageStatus}
and INTM = #{intm}
and PERS_ID = #{persId}
and PERS_NAME = #{persName}
insert into TAC_PROVINCE_PLAN_EXAM_RECORD( )
values ( )
update TAC_PROVINCE_PLAN_EXAM_RECORD set DATA_STAT='9' where ID = #{id}
update TAC_PROVINCE_PLAN_EXAM_RECORD set DATA_STAT='9'
update TAC_PROVINCE_PLAN_EXAM_RECORD set DATA_STAT = '9' where ID = #{id}
update TAC_PROVINCE_PLAN_EXAM_RECORD
OBJ_NAME = #{objName},
RGSTR_ID = #{rgstrId},
PLAN_PROCESS_ID = #{planProcessId},
STAGE_STATUS_RESON = #{stageStatusReson},
STAGE_STATUS = #{stageStatus},
INTM = #{intm},
PERS_ID = #{persId},
PERS_NAME = #{persName},
ID = #{id}
update TAC_PROVINCE_PLAN_EXAM_RECORD
OBJ_NAME = #{objName},
RGSTR_ID = #{rgstrId},
PLAN_PROCESS_ID = #{planProcessId},
STAGE_STATUS_RESON = #{stageStatusReson},
STAGE_STATUS = #{stageStatus},
INTM = #{intm},
PERS_ID = #{persId},
PERS_NAME = #{persName},