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.

24 lines
1.3 KiB

5 months ago
------------------------------------------------------------
# 小萌给的办法
院校分数线表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
4 months ago
------------------------------------------------------------
新高考落地项目升级分数级步骤:
1、运行D:\dsWork\QingLong\src\main\java\Tools\Zysy\ExportFenShuXian.java,生成Sql Url 拷贝到内存中。
5 months ago
2、找运维要云南楚雄州的远程方式,备份两个表t_zygh_university_score t_zygh_major_score
4 months ago
3、通过上面的SqlUrl下载文件在客户的服务器上执行
4、验证是否正确楚雄的项目黄海正在找王娟联系问验证办法
5 months ago
------------------------------------------------------------
# 验证
------------------------------------------------------------