Commit b2ff2a3e authored by fangxinjiang's avatar fangxinjiang

项目档案无岗位更新岗位fxj 2024-04-17

parent f020ae71
...@@ -1070,6 +1070,6 @@ ...@@ -1070,6 +1070,6 @@
<update id="updatePostByEmpDeptNo" > <update id="updatePostByEmpDeptNo" >
update t_employee_project a update t_employee_project a
set a.POST = #{post} set a.POST = #{post}
WHERE a.DEPT_NO=#{deptNo} and a.POST is null and a.EMP_IDCARD=#{empIdcard} and a.DELETE_FLAG ='0' WHERE a.DEPT_NO=#{deptNo} and a.EMP_IDCARD=#{empIdcard} and a.DELETE_FLAG ='0'
</update> </update>
</mapper> </mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment