chenshaohua
9f3260ab8d
app_user添加email字段
2026-07-09 11:54:59 +08:00
chenshaohua
827bb8ddfc
添加个人屏蔽企业,并且推荐岗位时,并且企业对应的岗位
2026-07-08 23:15:43 +08:00
chenshaohua
8a152a2854
添加个人屏蔽企业,并且推荐岗位时,并且企业对应的岗位
2026-07-08 23:10:24 +08:00
chenshaohua
041a5b696e
添加政策导出
2026-07-08 21:04:52 +08:00
chenshaohua
f52d7f0eda
政策表添加政策分类(可分为人才引进、人才培养、人才激励等类别)
2026-07-08 17:10:46 +08:00
冯辉
fdfe4276a3
11
2026-07-07 22:16:31 +08:00
冯辉
110c5e30df
11
2026-07-07 22:05:12 +08:00
冯辉
4e57fbd979
11
2026-07-07 21:46:55 +08:00
冯辉
10f4b83d6a
企业风采审核列表字段增加
2026-07-07 21:37:24 +08:00
冯辉
480e909072
风采增加删除功能。
2026-07-07 21:20:15 +08:00
冯辉
4bee20d892
Merge branch 'main' of http://124.243.245.42:3000/zkr/shz-backend
2026-07-07 19:48:10 +08:00
冯辉
c94d20942a
企业风采审核功能开发
2026-07-07 19:48:06 +08:00
chenshaohua
633d563f1e
添加es中岗位联系方式
2026-07-07 18:48:01 +08:00
80caa84a59
Merge branch 'main' of ssh://124.243.245.42:2222/zkr/shz-backend
2026-07-03 13:19:52 +08:00
23b60904e4
feat: Enhance API path handling and normalize company industry names
2026-07-03 13:19:47 +08:00
冯辉
f40aa8e5df
小程序的邀约bug修复
2026-06-30 00:04:01 +08:00
chenyanchang
1393f1bd47
update
2026-06-29 09:51:43 +08:00
chenyanchang
45587c2389
Merge branch 'main' of http://124.243.245.42:3000/zkr/shz-backend into main
...
Conflicts:
ruoyi-bussiness/src/main/resources/mapper/app/JobMapper.xml
2026-06-29 09:43:43 +08:00
chenyanchang
bdbdfbf180
update
2026-06-29 09:41:50 +08:00
冯辉
61bfb68281
推荐简历-邀约面试bug修复
2026-06-28 18:24:06 +08:00
chenyanchang
ba139a8344
update
2026-06-28 17:47:46 +08:00
冯辉
b8c7ea94bb
1
2026-06-28 02:31:29 +08:00
冯辉
339b0bc8cb
政策启用禁用功能开发
2026-06-28 02:13:05 +08:00
0024f81484
Merge branch 'main' of ssh://124.243.245.42:2222/zkr/shz-backend
2026-06-27 22:45:00 +08:00
b35ed5989e
feat: Add Cross-Domain Job Fair and Alliance City Management
...
- Implemented AppOutdoorFairController for outdoor job fair public H5 interfaces.
- Created CrossCityAllianceController for managing cross-domain alliance cities.
- Added CrossCityAlliance domain model and corresponding service and mapper.
- Developed CrossDomainJobVO for aggregating job data across job fairs.
- Created SQL scripts for initializing the cross-city alliance table and modifying the public job fair schema.
- Added migration script for backing up and restoring the HighGo database schema.
2026-06-27 22:44:56 +08:00
chenyanchang
ba2f73d3b8
更新:添加岗位匹配简历接口,补充工作经历,技能。
2026-06-27 12:48:54 +08:00
chenyanchang
803e8f3fcc
Merge branch 'main' of http://124.243.245.42:3000/zkr/shz-backend into main
2026-06-27 03:06:33 +08:00
chenyanchang
af953826e4
更新:添加岗位匹配简历接口
2026-06-27 03:06:16 +08:00
冯辉
7dd3b96b92
岗位搜索功能bug修复
2026-06-26 23:54:59 +08:00
冯辉
8449bd5e71
简历是否被查看、求职者管理查询功能bug修复
2026-06-26 21:37:19 +08:00
7ca2d878cc
Merge branch 'main' of ssh://124.243.245.42:2222/zkr/shz-backend
2026-06-25 23:13:38 +08:00
82d3264c72
feat: Add SHZ log inspection and HighGo database querying capabilities
...
- Introduced `inspect-shz-logs` skill for inspecting local and production logs with bounded read-only commands.
- Added `view.sh` script for log viewing with options for following logs and filtering by keywords.
- Created `query-shz-highgo` skill for querying the SHZ HighGo database through an SSH gateway.
- Implemented read-only SQL execution with strict controls on allowed statements and query structure.
- Added new domain and mapper classes for managing outdoor fair job associations.
- Enhanced `OutdoorFairController` to support job listing and management for outdoor fairs.
- Created SQL scripts for initializing outdoor fair job data and managing menu visibility.
2026-06-25 23:13:35 +08:00
chenyanchang
5c7c9d27bc
update
2026-06-25 18:31:21 +08:00
chenyanchang
3d08387561
update
2026-06-25 17:54:48 +08:00
冯辉
d97701b227
fix: 修复JDK高版本兼容性问题及面试列表字段映射
...
- pom.xml: 升级 maven-compiler-plugin 3.1→3.13.0 (兼容JDK 17+)
- pom.xml: 升级 lombok 到 1.18.34 (兼容JDK 21)
- InterviewInvitationMapper.xml: 修复 select t.* 导致 company_name 列名冲突,显式列出所有列,修复求职者姓名/联系方式无法显示
Co-Authored-By: Claude <noreply@anthropic.com >
2026-06-25 14:34:12 +08:00
francis-fh
feaa9cf747
面试功能开发
2026-06-25 13:32:37 +08:00
francis-fh
f51b1a3ce1
预约面试功能开发
2026-06-24 18:18:55 +08:00
francis-fh
a3cd9b0277
新增面试邀约功能
2026-06-24 09:31:29 +08:00
chenshaohua
3502be6478
1.修改查询招聘会日期报错问题
...
2.修改查询es不出来的问题
2026-06-18 13:12:56 +08:00
chenshaohua
176f0b1acd
修改企业直播带岗管理
2026-06-18 00:55:53 +08:00
chenshaohua
56385fbfab
修改查询所有求职者接口和获取求职者详情接口
2026-06-17 19:11:55 +08:00
chenyanchang
88d6bf8f87
update
2026-06-17 16:57:05 +08:00
chenyanchang
99d1e5deef
添加直播带岗相关功能。
2026-06-17 15:34:24 +08:00
chenyanchang
cf858f7bf5
上传岗位添加新接口以及处理上传数据等。
2026-06-08 23:42:00 +08:00
chenyanchang
24eced691e
update
2026-06-04 16:52:19 +08:00
chenyanchang
3e8b1d63f3
更新
2026-06-03 15:16:41 +08:00
chenyanchang
c44a9bdea1
更新:政策信息表加针对的人员类型标签及相关列表查询时按标签来匹配结果。
2026-06-01 16:16:06 +08:00
chenyanchang
a42ded00e2
update
2026-05-29 14:31:01 +08:00
chenyanchang
903a35b63b
更新:1.岗位录用,非录用修改。2.申请用户列表返回申请Id
2026-05-29 14:24:05 +08:00
chenshaohua
0648e1f70c
查看当季度招聘会信息——修改瀚高数据库的mysql改成PostgreSQL语法
2026-04-26 21:03:02 +08:00