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.
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.
------------------------------------------------------------
# 小萌给的办法
院校分数线表t_zygh_university_score, 专业分数线t_zygh_major_score, 把需要的省份年份数据导出更新就行了, 还得检查一下学科类别和批次数据, 那两个表我记不清叫啥了
看调用的那个接口能查到
# 用这个地址进入
http://10.10.14.199//dsideal_yy/html/zysy/grzx_check_score.html?area_id=300529
select * from t_zygh_university_score where year=2023 and source_province_id=100025;
select * from t_zygh_major_score where year=2023 and source_province_id=100025;
select * from t_gov_province where PROVINCENAME='云南省';-- 100025
-- select * from t_zygh_switch_batch
------------------------------------------------------------
新高考落地项目升级分数级步骤:
1、运行D:\dsWork\QingLong\src\main\java\Tools\Zysy\ExportFenShuXian.java,生成Sql Url 拷贝到内存中。
2、找运维要云南楚雄州的远程方式,备份两个表: t_zygh_university_score t_zygh_major_score
3、通过上面的SqlUrl下载文件, 在客户的服务器上执行
4、验证是否正确, 楚雄的项目黄海正在找王娟联系问验证办法
------------------------------------------------------------
# 验证
------------------------------------------------------------