USER_CODE,
DEPT_ID,
JOBS,
POSITION,
ORDER_ID
#{userCode},
#{deptId},
#{jobs},
#{position},
#{orderId}
and DEPT_ID = #{deptId}
and JOBS = #{jobs}
and POSITION = #{position}
and ORDER_ID = #{orderId}
USER_CODE = #{userCode}
and DEPT_ID = #{deptId}
insert into BIS_INSP_ALL_RLATION_PERS_ORGA(
)
values (
)
update BIS_INSP_ALL_RLATION_PERS_ORGA set DATA_STAT='9' where ID = #{id}
update BIS_INSP_ALL_RLATION_PERS_ORGA set DATA_STAT='9'
update BIS_INSP_ALL_RLATION_PERS_ORGA set DATA_STAT = '9' where ID = #{id}
update BIS_INSP_ALL_RLATION_PERS_ORGA
USER_CODE = #{userCode},
DEPT_ID = #{deptId},
JOBS = #{jobs},
POSITION = #{position},
ORDER_ID = #{orderId},
update BIS_INSP_ALL_RLATION_PERS_ORGA
DEPT_ID = #{deptId},
JOBS = #{jobs},
POSITION = #{position},
ORDER_ID = #{orderId},