EMPWTPRJ_ID,
PTYPE,
AD_CODE,
NM,
STWKTM,
PLANTM,
ESTAPP,
VISSHDU,
DIRUNDER,
INTM,
UPTM,
NOTE,
PJ_LGTD,
PJ_LTTD,
EMPWTPRJ_PID
#{empwtprjId},
#{ptype},
#{adCode},
#{nm},
#{stwktm},
#{plantm},
#{estapp},
#{visshdu},
#{dirunder},
#{intm},
#{uptm},
#{note},
#{pjLgtd},
#{pjLttd},
#{empwtprjPid}
and PTYPE = #{ptype}
and AD_CODE = #{adCode}
and NM = #{nm}
and STWKTM = #{stwktm}
and PLANTM = #{plantm}
and ESTAPP = #{estapp}
and VISSHDU = #{visshdu}
and DIRUNDER = #{dirunder}
and INTM = #{intm}
and UPTM = #{uptm}
and NOTE = #{note}
and PJ_LGTD = #{pjLgtd}
and PJ_LTTD = #{pjLttd}
and EMPWTPRJ_PID = #{empwtprjPid}
insert into BIS_INSP_EMPWTPRJ(
)
values (
)
delete from BIS_INSP_EMPWTPRJ where ID = #{id}
delete from BIS_INSP_EMPWTPRJ
update BIS_INSP_EMPWTPRJ set flag_valid = 0 where ID = #{id}
update BIS_INSP_EMPWTPRJ
PTYPE = #{ptype},
AD_CODE = #{adCode},
NM = #{nm},
STWKTM = #{stwktm},
PLANTM = #{plantm},
ESTAPP = #{estapp},
VISSHDU = #{visshdu},
DIRUNDER = #{dirunder},
INTM = #{intm},
UPTM = #{uptm},
NOTE = #{note},
PJ_LGTD = #{pjLgtd},
PJ_LTTD = #{pjLttd},
EMPWTPRJ_PID = #{empwtprjPid},
ID = #{id}
update BIS_INSP_EMPWTPRJ
PTYPE = #{ptype},
AD_CODE = #{adCode},
NM = #{nm},
STWKTM = #{stwktm},
PLANTM = #{plantm},
ESTAPP = #{estapp},
VISSHDU = #{visshdu},
DIRUNDER = #{dirunder},
INTM = #{intm},
UPTM = #{uptm},
NOTE = #{note},
PJ_LGTD = #{pjLgtd},
PJ_LTTD = #{pjLttd},
EMPWTPRJ_PID = #{empwtprjPid},