You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
QingLong/Doc/打通天喻平台机构人员数据.txt

33 lines
2.1 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

1、单位名称以国家教育部注册的真实有效的单位名称为准如果发生不一致的情况可以手动强行将天喻平台中错误名称的单位学校关联到我们系统中的单位学校上, 让装备中心提供一套需要使用填报系统的单位名单即可 。
2、在超级管理员后台界面中增加一个一级菜单数据同步管理
3、依托于我们现有的QingLong项目基础数据增加二级菜单"配置有效单位"对于某些单位可以禁用启用用来管控天喻提供的是我们想要的有效数据排除无效数据。QingLong中再次添加的单位或学校默认是有效的同步单位。
4、设计一个功能“匹配单位学校
1有哪些已经匹配完成的学校
2有哪些名称一致还没有匹配的学校可以一键匹配
3有哪些我们系统中存在应该有但天喻中没有的学校
---
测试账号
pengpeng1818
aaAA1243
教师pengpeng1818/aaAA1243
学生pengziyi/aaAA1324
pengpeng用户编号f0bf1b8d542d4feeb85e401c135ad807
pengziyi用户编号722f6eac6c434735a2deb8b557ab2fe5
cas_id:35e6ebf6a93f11eea5f9be51404f227d
链接示例: https://space.ccsjy.cn/manage/account/login?login_cas_id=35e6ebf6a93f11eea5f9be51404f227d
第三方平台平台名称:长春市教育管理公共服务平台
登录回调地址: http://10.10.21.20:9000/QingLong/loginPerson/casLogin
开发测试用的,正式上线后还需要申请修改为正确的线上地址。
-- 为方便调试,将彭鹏修改为 长春市第一中学 1d5e3ed186a44e9392772f252809597a
update ds_base_teacher set bureau_id='1d5e3ed186a44e9392772f252809597a' where id_int=(select id_int from ds_base_teacher where user_id='f0bf1b8d542d4feeb85e401c135ad807' limit 1);
-- 为方便调试,将彭鹏修还原为 长春市绿园区雷锋小学校 414b84ad1ee64d36a600af4625de830c
update ds_base_teacher set bureau_id='414b84ad1ee64d36a600af4625de830c' where id_int=(select id_int from ds_base_teacher where user_id='f0bf1b8d542d4feeb85e401c135ad807' limit 1);