中扬CRM客户关系管理系统
#
luxiaotao1123
2022-11-19 690b7b029a3ffb35df1ed5e725e5ac1dd7d89382
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>