GUID,
APPR_PERS_GUID,
STAT_DATE,
END_DATE,
ASKL_STATUS,
DATA_STAT,
REC_PERS,
NOTE
#{guid},
#{apprPersGuid},
#{statDate},
#{endDate},
#{asklStatus},
#{dataStat},
#{recPers},
#{note}
and APPR_PERS_GUID = #{apprPersGuid}
and STAT_DATE = #{statDate}
and END_DATE = #{endDate}
and ASKL_STATUS = #{asklStatus}
and DATA_STAT = #{dataStat}
and REC_PERS = #{recPers}
and NOTE = #{note}
insert into bis_pers_status(
)
values (
)
delete from bis_pers_status where ID = #{id}
delete from bis_pers_status
update bis_pers_status set flag_valid = 0 where ID = #{id}
update bis_pers_status
APPR_PERS_GUID = #{apprPersGuid},
STAT_DATE = #{statDate},
END_DATE = #{endDate},
ASKL_STATUS = #{asklStatus},
DATA_STAT = #{dataStat},
REC_PERS = #{recPers},
NOTE = #{note},
ID = #{id}
update bis_pers_status
APPR_PERS_GUID = #{apprPersGuid},
STAT_DATE = #{statDate},
END_DATE = #{endDate},
ASKL_STATUS = #{asklStatus},
DATA_STAT = #{dataStat},
REC_PERS = #{recPers},
NOTE = #{note},