src/main/resources/mapper/CstmrMapper.xml @@ -96,5 +96,8 @@ ORDER BY mc.create_time DESC </select> <update id="updateDeptIdByUserId"> update man_cstmr set dept_id = #{deptId} where user_id = #{userId} </update> </mapper>