Commit Graph

263 Commits

Author SHA1 Message Date
773679c292 Merge branch 'main' of ssh://124.243.245.42:2222/zkr/shz-backend 2026-07-23 20:32:36 +08:00
ea0ab2aed2 feat: 添加报名截止时间验证功能 2026-07-23 20:32:31 +08:00
chenshaohua
964929c54f 修改保存企业信息 2026-07-23 19:34:53 +08:00
chenshaohua
a8213022cb 1.修改查询求职者条件
2.返回企业userId
2026-07-23 18:59:18 +08:00
e2c9d7e72d fix: resolve export row generic inference 2026-07-23 18:45:48 +08:00
6b913ce8b9 Merge remote-tracking branch 'origin/main' 2026-07-23 18:43:15 +08:00
e558e70b45 feat: add recruitment fair participant export 2026-07-23 18:35:18 +08:00
be6a7b8394 feat: add recruitment fair statistics API 2026-07-23 18:15:50 +08:00
3f11837e94 feat: add recruitment fair statistics API 2026-07-23 18:13:30 +08:00
chenshaohua
0073318288 Merge remote-tracking branch 'origin/main' 2026-07-23 17:24:01 +08:00
05d68d106c feat: 添加微信小程序环境版本配置及相关功能实现 2026-07-23 17:23:10 +08:00
chenshaohua
de4f9f5860 添加删除企业和岗位联系人 2026-07-23 17:23:09 +08:00
ba9f32fd02 feat: 添加面试邀约删除接口及相关服务实现 2026-07-23 16:41:57 +08:00
397e36144a feat: 完善户外招聘会签到详情及小程序码 2026-07-23 15:57:37 +08:00
736dade03e fix: hide enterprise fair data from public detail 2026-07-23 10:59:20 +08:00
837252f515 feat: add enterprise outdoor fair information 2026-07-23 10:52:37 +08:00
a427864461 feat: add outdoor fair content fields 2026-07-23 10:21:48 +08:00
c8c70652ac feat: add job seeker notice settings API 2026-07-22 20:29:59 +08:00
982b82c7ed fix: clean booth snapshots when deleting outdoor fairs 2026-07-22 17:39:58 +08:00
eae317bd82 fix: quote outdoor fair reservation count aliases 2026-07-22 17:15:12 +08:00
00609ff416 feat: add venue booth templates for outdoor fairs 2026-07-22 17:06:00 +08:00
chenshaohua
eab743412e 修改—管理端企业账户管理:法定代表人查询无效、列表的联系人、联系电话、企业规模字段未在列表展示,查询也无效 2026-07-22 11:36:58 +08:00
9a9843d27f feat: enhance job fair SQL seed data and add guidelines for protected API calls 2026-07-22 11:35:31 +08:00
chenshaohua
9d3c664361 添加条件—企业或者管理员搜索简历信息 2026-07-21 19:33:58 +08:00
bb56e067a1 fix: sort job monitoring by storage time 2026-07-21 18:25:53 +08:00
17533c381a feat: expose external job source in list API 2026-07-21 18:01:28 +08:00
e0fc7c87b5 feat: refresh es after external import commit 2026-07-21 17:43:20 +08:00
chenshaohua
a75e83e9e7 Merge remote-tracking branch 'origin/main' 2026-07-21 17:32:58 +08:00
chenshaohua
ce0b7a1729 移动端添加求职者设置简历公开和保密 2026-07-21 17:32:42 +08:00
c3800fc463 fix: approve imported companies and clean duplicates 2026-07-21 17:22:08 +08:00
chenshaohua
950e360a4e 添加企业对简历投递反馈 2026-07-21 17:15:43 +08:00
36fb767b8e fix: avoid druid returning parse errors in import 2026-07-21 16:49:10 +08:00
5a42a0fc5a fix: parse string datetime cells in external import 2026-07-21 16:37:24 +08:00
11a29662d5 feat: Implement external job import logging functionality with independent log files 2026-07-21 16:17:07 +08:00
d206b25fcf feat: Implement external job import functionality
- Add ExternalJobSourceAliasRequest class for managing source alias requests.
- Create ExternalUploadClient to interact with external Excel upload system.
- Introduce ExternalUploadFileMetadata to represent metadata of uploaded files.
- Define IExternalJobImportService interface for external job import operations.
- Update JobDataTrendServiceImpl to support dynamic source code filtering.
- Modify PublicJobFairMapper.xml to ensure proper query handling.
- Add unit tests for ExternalJobExcelParser and ExternalJobFingerprint.
- Create script for applying external job import migrations.
- Implement SQL migration for external job import, including new tables and columns.
2026-07-21 14:56:47 +08:00
chenshaohua
52189b238f 1.修改移动端岗位名称精准搜索和去掉打分排序
2.面试邀约返回会议类型
2026-07-21 13:29:28 +08:00
chenshaohua
e9a9509f7c 1.修改企业联系人保存
2.修改es搜索排序
2026-07-21 12:42:41 +08:00
eeaf2f5afc feat: Add job fair region type to models, database, and migration scripts 2026-07-21 10:02:33 +08:00
2dcf674fac feat: Add job fair status tracking and corresponding unit tests 2026-07-21 09:41:20 +08:00
chenshaohua
2d933930ae 根据企业code查询企业联系人 2026-07-20 20:03:20 +08:00
chenshaohua
bc2427cfe3 修改查询预约条数,及更新显示条数 2026-07-20 19:09:12 +08:00
chenshaohua
8339df0b9b 添加返回是否已读字段 2026-07-20 16:45:37 +08:00
e33f02c84d feat: Enhance news information query with full-text keyword search support 2026-07-20 15:43:45 +08:00
c1a7aa3532 feat: Add news information management module with API and database support
- Introduced new API endpoints for querying and managing news information in the CMS.
- Implemented data model for NewsInfo and NewsInfoQuery with validation.
- Created NewsInfoMapper for database interactions and corresponding XML mappings.
- Developed INewsInfoService interface and its implementation for business logic.
- Added RichTextSanitizer utility for cleaning HTML content to prevent XSS attacks.
- Created unit tests for RichTextSanitizer to ensure proper functionality.
- Updated database schema with news_info table and necessary fields, including status and module.
- Added migration scripts for setting up the news information module in the database.
- Integrated jsoup library for HTML sanitization.
2026-07-20 14:54:15 +08:00
chenshaohua
086de917fc 修改面试邀约条数返回类型 2026-07-20 12:40:47 +08:00
chenshaohua
b6ea14b6f0 修改查询简历时,身份证不脱敏处理 2026-07-20 12:30:49 +08:00
chenshaohua
48fcdf8534 1.我的面试添加邀约未读数,增加邀约已读接口,批量已读接口
2.管理端面试列表菜单添加已接受,已拒绝的红标数
2026-07-20 12:18:51 +08:00
32fd1ecf01 Merge branch 'main' of ssh://124.243.245.42:2222/zkr/shz-backend 2026-07-20 11:30:24 +08:00
9334290fd6 feat: Add salary composition, welfare benefits, and work schedule fields to Job model and database 2026-07-20 11:30:22 +08:00
francis-fh
36357e86b1 简历集成、管理员修改个人密码、人才库、投递者简历推荐等功能开发 2026-07-20 10:23:54 +08:00