ID,
PLAN_ID,
PLAN_DP_ID,
STAGE,
PERS_ID,
INTM,
UPTM,
DATA_STAT
#{id},
#{planId},
#{planDpId},
#{stage},
#{persId},
#{intm},
#{uptm},
#{dataStat}
and PLAN_ID = #{planId}
and PLAN_DP_ID = #{planDpId}
and STAGE = #{stage}
and PERS_ID = #{persId}
and INTM = #{intm}
and UPTM = #{uptm}
and DATA_STAT='0'
insert into BIS_INSP_PLANDP_RL(
)
values (
)
insert into BIS_INSP_PLANDP_RL(
)
(#{item.id},
#{item.planId},
#{item.planDpId},
#{item.stage},
#{item.persId},
#{item.intm},
#{item.uptm},
#{item.dataStat})
update BIS_INSP_PLANDP_RL
set DATA_STAT='9'
where ID = #{id}
update BIS_INSP_PLANDP_RL set DATA_STAT='9'
update BIS_INSP_PLANDP_RL
set DATA_STAT = '9'
where ID = #{id}
update BIS_INSP_PLANDP_RL
PLAN_ID = #{planId},
PLAN_DP_ID = #{planDpId},
STAGE = #{stage},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},
ID = #{id}
update BIS_INSP_PLANDP_RL
PLAN_ID = #{planId},
PLAN_DP_ID = #{planDpId},
STAGE = #{stage},
PERS_ID = #{persId},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},