Commit Graph

342 Commits

Author SHA1 Message Date
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
chenyanchang
65566c16d4 update 2026-06-26 17:05:58 +08:00
chenshaohua
588f720e6d Merge remote-tracking branch 'origin/main' 2026-06-26 16:32:14 +08:00
chenshaohua
7836f97dc5 添加es查询是JobTitle或者JobCategory 2026-06-26 16:31:31 +08:00
chenyanchang
0ec82c0b4f update 2026-06-26 15:50:09 +08:00
chenyanchang
2114eada1d Merge branch 'main' of http://124.243.245.42:3000/zkr/shz-backend into main 2026-06-26 15:32:44 +08:00
chenyanchang
a0d5cc0637 update 2026-06-26 15:32:34 +08:00
chenshaohua
a78703ede7 添加es查询是JobTitle或者JobCategory 2026-06-26 13:46:31 +08:00
chenshaohua
1bd611d569 添加es查询是isPublish 缺失问题 2026-06-26 13:18:51 +08:00
冯辉
9e7a833383 Merge branch 'main' of http://124.243.245.42:3000/zkr/shz-backend 2026-06-26 12:39:57 +08:00
冯辉
9067dde9e5 skill 2026-06-26 12:39:55 +08:00
0ccfb6e6dc feat: Add Outdoor Fair Attendee and Device management
- Implemented Outdoor Fair Attendee and Device entities, including their respective controllers, services, and mappers.
- Added statistics endpoint for Outdoor Fair data, allowing aggregation by day, week, month, or year.
- Introduced SQL scripts for creating tables and mock data for attendees and devices.
- Created a write-capable script for executing DML/DDL statements against the SHZ HighGo database.
- Enhanced the existing query capabilities to support both read and write operations.
2026-06-26 11:26:04 +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
680fde18f8 update 2026-06-25 18:25:06 +08:00
chenyanchang
fbec110ab5 Merge branch 'main' of http://124.243.245.42:3000/zkr/shz-backend into main 2026-06-25 17:55:02 +08:00
chenyanchang
3d08387561 update 2026-06-25 17:54:48 +08:00
c24f5e6621 Merge branch 'main' of ssh://124.243.245.42:2222/zkr/shz-backend 2026-06-25 15:53:03 +08:00
c3de38ee82 feat: add inspect-shz-logs skill for log inspection and monitoring
- Implemented a new skill to inspect and follow SHZ backend logs with bounded read-only commands.
- Added scripts for viewing local and production logs, including options for following logs.
- Created references for log locations and usage guidelines.

feat: add query-shz-highgo skill for database querying

- Introduced a skill to query the SHZ HighGo database through an SSH gateway using a read-only psql workflow.
- Included scripts for executing SQL queries and schema discovery.
- Added connection details and usage instructions.

feat: add OutdoorFairBooth domain and mapper

- Created OutdoorFairBooth domain model with relevant fields and annotations.
- Implemented a mapper interface for physical deletion of records based on fair ID.

feat: create SQL scripts for cms_outdoor_fair_booth

- Added SQL script to create the cms_outdoor_fair_booth table and its associated sequence.
- Included comments for clarity and compatibility with historical data.
- Added a script to drop the cms_venue_booth table after migration confirmation.
2026-06-25 15:53:01 +08:00
冯辉
3e91d53f89 sql语法兼容问题修复 2026-06-25 15:43:36 +08:00
冯辉
499f9ab026 Merge branch 'main' of http://124.243.245.42:3000/zkr/shz-backend 2026-06-25 15:39:58 +08:00
冯辉
6a20fa0168 sql语法兼容问题修复 2026-06-25 15:39:56 +08:00
chenyanchang
a33b3988a5 update 2026-06-25 15:27:24 +08:00
chenyanchang
51461eb4ca update 2026-06-25 15:20:28 +08:00
chenyanchang
e0cb1f48a2 update 2026-06-25 15:12:47 +08:00
chenyanchang
9b3f6a738a Merge branch 'main' of http://124.243.245.42:3000/zkr/shz-backend into main 2026-06-25 15:09:25 +08:00
chenyanchang
eda6a8fc29 更新:1.新增岗位直接发布时添加到es;2.是否投递处理。 2026-06-25 15:09:17 +08:00
冯辉
7a12a5020f 11 2026-06-25 14:54:55 +08:00
154436b71f Merge branch 'main' of ssh://124.243.245.42:2222/zkr/shz-backend 2026-06-25 14:42:17 +08:00
7f10e9f311 新增场地展位管理功能,包括展位图查询、保存、预定及调换功能,新增相关数据模型及数据库表结构 2026-06-25 14:42:10 +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
冯辉
3052847fd7 1 2026-06-25 13:39:46 +08:00
francis-fh
feaa9cf747 面试功能开发 2026-06-25 13:32:37 +08:00
d1319c6a7c 新增场地信息管理功能,包括场地信息控制器、服务、数据模型及数据库表结构 2026-06-25 12:47:54 +08:00
92ff657e71 新增户外招聘会相关功能,包括控制器、服务、数据模型及数据库表结构 2026-06-25 11:30:31 +08:00
francis-fh
a4c719f9a5 Merge branch 'main' of http://124.243.245.42:3000/zkr/shz-backend 2026-06-24 18:18:56 +08:00
francis-fh
f51b1a3ce1 预约面试功能开发 2026-06-24 18:18:55 +08:00
1b95a4945b Merge branch 'main' of ssh://124.243.245.42:2222/zkr/shz-backend 2026-06-24 17:03:15 +08:00
8836948298 更新:添加 .DS_Store 到 .gitignore 2026-06-24 17:03:07 +08:00
francis-fh
a3cd9b0277 新增面试邀约功能 2026-06-24 09:31:29 +08:00
chenshaohua
7d5ad10883 1.修改查询es排序问题,优先权重,在按照顺序 2026-06-18 13:22:17 +08:00
chenshaohua
3502be6478 1.修改查询招聘会日期报错问题
2.修改查询es不出来的问题
2026-06-18 13:12:56 +08:00
chenshaohua
aa9a817308 修改企业直播带岗管理 2026-06-18 00:56:05 +08:00
chenshaohua
176f0b1acd 修改企业直播带岗管理 2026-06-18 00:55:53 +08:00
chenshaohua
f15a698d14 处理监管端内部工作者登录 2026-06-17 21:38:37 +08:00
chenshaohua
56385fbfab 修改查询所有求职者接口和获取求职者详情接口 2026-06-17 19:11:55 +08:00
chenshaohua
c368e3590a 修改info未赋值问题 2026-06-17 18:21:31 +08:00