AVOID_YR_SIZE,
SI_SA_PERS_NUM,
SI_NV_PERS_NUM,
SI_BAD_PERS_NUM,
SI_GOOD_PERS_NUM,
ID,
YEAR_BATCH_ID,
YEAR,
BATCH,
IS_COMMON,
IS_PROBATION,
IS_PICK,
IS_FIT,
IS_A,
IS_B,
IS_C,
IS_D,
IS_E,
IS_NEW,
NEW_SIZE,
IS_REASON,
AVOID_SIZE,
IS_AREA,
IS_PORC,
PERS_ID,
IN_TM,
UP_TM,
DATA_STAT
#{avoidYrSize},
#{siSaPersNum},
#{siNvPersNum},
#{siBadPersNum},
#{siGoodPersNum},
#{id},
#{yearBatchId},
#{year},
#{batch},
#{isCommon},
#{isProbation},
#{isPick},
#{isFit},
#{isA},
#{isB},
#{isC},
#{isD},
#{isE},
#{isNew},
#{newSize},
#{isReason},
#{avoidSize},
#{isArea},
#{isPorc},
#{persId},
#{inTm},
#{upTm},
#{dataStat}
and SI_SA_PERS_NUM = #{siSaPersNum}
and SI_NV_PERS_NUM = #{siNvPersNum}
and SI_BAD_PERS_NUM = #{siBadPersNum}
and SI_GOOD_PERS_NUM = #{siGoodPersNum}
and ID = #{id}
and YEAR_BATCH_ID = #{yearBatchId}
and YEAR = #{year}
and BATCH = #{batch}
and IS_COMMON = #{isCommon}
and IS_PROBATION = #{isProbation}
and IS_PICK = #{isPick}
and IS_FIT = #{isFit}
and IS_A = #{isA}
and IS_B = #{isB}
and IS_C = #{isC}
and IS_D = #{isD}
and IS_E = #{isE}
and IS_NEW = #{isNew}
and NEW_SIZE = #{newSize}
and IS_REASON = #{isReason}
and AVOID_SIZE = #{avoidSize}
and IS_AREA = #{isArea}
and IS_PORC = #{isPorc}
and PERS_ID = #{persId}
and IN_TM = #{inTm}
and UP_TM = #{upTm}
and DATA_STAT = #{dataStat}
insert into TAC_INSP_PERS_AREA_PRIS( )
values ( )
delete from TAC_INSP_PERS_AREA_PRIS where ID = #{id}
delete from TAC_INSP_PERS_AREA_PRIS
update TAC_INSP_PERS_AREA_PRIS set flag_valid = 0 where ID = #{id}
update TAC_INSP_PERS_AREA_PRIS
SI_SA_PERS_NUM = #{siSaPersNum},
SI_NV_PERS_NUM = #{siNvPersNum},
SI_BAD_PERS_NUM = #{siBadPersNum},
SI_GOOD_PERS_NUM = #{siGoodPersNum},
ID = #{id},
YEAR_BATCH_ID = #{yearBatchId},
YEAR = #{year},
BATCH = #{batch},
IS_COMMON = #{isCommon},
IS_PROBATION = #{isProbation},
IS_PICK = #{isPick},
IS_FIT = #{isFit},
IS_A = #{isA},
IS_B = #{isB},
IS_C = #{isC},
IS_D = #{isD},
IS_E = #{isE},
IS_NEW = #{isNew},
NEW_SIZE = #{newSize},
IS_REASON = #{isReason},
AVOID_SIZE = #{avoidSize},
IS_AREA = #{isArea},
IS_PORC = #{isPorc},
PERS_ID = #{persId},
IN_TM = #{inTm},
UP_TM = #{upTm},
DATA_STAT = #{dataStat},
ID = #{id}
update TAC_INSP_PERS_AREA_PRIS
SI_SA_PERS_NUM = #{siSaPersNum},
SI_NV_PERS_NUM = #{siNvPersNum},
SI_BAD_PERS_NUM = #{siBadPersNum},
SI_GOOD_PERS_NUM = #{siGoodPersNum},
ID = #{id},
YEAR_BATCH_ID = #{yearBatchId},
YEAR = #{year},
BATCH = #{batch},
IS_COMMON = #{isCommon},
IS_PROBATION = #{isProbation},
IS_PICK = #{isPick},
IS_FIT = #{isFit},
IS_A = #{isA},
IS_B = #{isB},
IS_C = #{isC},
IS_D = #{isD},
IS_E = #{isE},
IS_NEW = #{isNew},
NEW_SIZE = #{newSize},
IS_REASON = #{isReason},
AVOID_SIZE = #{avoidSize},
IS_AREA = #{isArea},
IS_PORC = #{isPorc},
PERS_ID = #{persId},
IN_TM = #{inTm},
UP_TM = #{upTm},
DATA_STAT = #{dataStat},