Commit Graph

96 Commits

Author SHA1 Message Date
戈经莹
937349dac7 pc端和小程序端用户id处理 2026-07-28 10:56:35 +08:00
戈经莹
69270286bb 打印日志 2026-07-28 10:19:45 +08:00
戈经莹
4201d9c015 返回行业大类名称,政策留言回复问题修改 2026-07-27 20:13:17 +08:00
戈经莹
09222c39ff Merge remote-tracking branch 'origin/main' 2026-07-27 13:18:42 +08:00
戈经莹
8b06250131 增加行业大类查询接口,政策保存增加字段,政策留言功能开发 2026-07-27 13:10:19 +08:00
c42f4b3179 合并测试环境最新后端代码 2026-07-25 22:20:38 +08:00
b4f7b63e6d 修复招聘会详情图片与展位数据契约 2026-07-25 22:17:10 +08:00
chenshaohua
5e9c776abd 修改推荐岗位完成一下几点:
1.根据工作经验推荐相关的岗位4.0分
2.根据投递记录推荐相关的岗位3.0分
3.根据收藏记录推荐相关岗位2.0分
2026-07-25 18:44:20 +08:00
chenshaohua
d65f8d0d5c 岗位表添加岗位特征字段 2026-07-24 17:28:06 +08:00
chenshaohua
83ac495842 添加行为记录表 2026-07-24 13:43:39 +08:00
0dc26a9e2e feat: 新增招聘会企业签到与未参会统计 2026-07-24 12:35:25 +08:00
22ad1aff40 feat: 新增户外招聘会企业退订接口 2026-07-24 11:52:34 +08:00
3784dd5208 feat: 增加跨域招聘会逐场统计明细 2026-07-24 10:24:18 +08:00
a7e9d911db feat: 改为移动端用户一键签到 2026-07-24 10:17:59 +08:00
e2a37ac3d1 feat: 完善跨域招聘会统计与时间范围查询 2026-07-24 09:46:50 +08:00
b1cb38c5fd feat: 新增招聘会机构管理和场地所属机构关联 2026-07-24 09:42:37 +08:00
e558e70b45 feat: add recruitment fair participant export 2026-07-23 18:35:18 +08:00
3f11837e94 feat: add recruitment fair statistics API 2026-07-23 18:13:30 +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
00609ff416 feat: add venue booth templates for outdoor fairs 2026-07-22 17:06:00 +08:00
chenshaohua
950e360a4e 添加企业对简历投递反馈 2026-07-21 17:15:43 +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
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
bc2427cfe3 修改查询预约条数,及更新显示条数 2026-07-20 19:09:12 +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
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
francis-fh
a5946214a0 求职者管理增加面试邀请功能 2026-07-16 17:03:38 +08:00
acb0762dcc feat: Refactor company and job management to include company nature
- Added companyNature field to Company entity and updated related services and mappers.
- Removed jobNature field from Job and ESJobDocument entities as it is no longer needed.
- Updated CompanyController to handle current company information and synchronization of account codes.
- Enhanced CompanyServiceImpl to manage company nature changes and synchronize related job postings.
- Updated SQL migrations to add company nature field and associated business dictionary entries.
- Refactored job-related services to ensure they reflect the latest company nature information.
2026-07-16 15:05:53 +08:00
3f1624da3a feat: Add job nature field to job and related database migrations 2026-07-16 10:58:57 +08:00
chenshaohua
7b6f431327 1.添加岗位有用预约是否已读 2026-07-15 18:48:32 +08:00
chenshaohua
c105223c8c 1.修改岗位列表排序
2.添加重点服务人群岗位并添加重点人群岗位类型
2026-07-15 18:23:49 +08:00
47aedb03fc feat: Add functionality for companies to query their registered jobs without accessing admin details 2026-07-15 13:18:54 +08:00
5060fb0557 feat: Implement job fair company registration review workflow
- Added review status fields to the public_job_fair_company table to manage company registration states (pending, approved, rejected).
- Enhanced PublicJobFairServiceImpl to handle company registration, review, and job management for companies.
- Updated PublicJobFairMapper.xml with new SQL queries for managing company relations and reviews.
- Created migration script to add review fields and set default values for existing records.
- Introduced new permissions for company users to manage job postings and registration status.
- Added utility methods for ensuring proper role checks and company retrieval.
2026-07-15 11:34:31 +08:00
chenshaohua
b782793e25 1.修改工作经历和教育经历实体类位置,方便移动端用户可以修改自己的信息
2.修改es按照名称或者类型查询的逻辑
2026-07-14 13:00:57 +08:00
chenshaohua
be0b687ee3 添加字段设置简历公开、保密状态,并添加对应方法 2026-07-13 17:35:52 +08:00
chenshaohua
75368125f7 添加教育经历和培训经历表 2026-07-13 16:16:01 +08:00
chenshaohua
cb38c9abd9 添加企业收藏求职者 2026-07-12 13:13:07 +08:00
chenshaohua
52a528f118 添加咨询接口 2026-07-11 20:17:02 +08:00
chenshaohua
1027530803 修改管理员下架企业和岗位信息查询条件 2026-07-10 16:57:55 +08:00
chenshaohua
b2784c0ac1 添加查询投诉和屏蔽列表查询 2026-07-09 19:56:55 +08:00
chenshaohua
ee167ddc86 1.添加用户投诉岗位
2.管理员对企业和岗位下架
2026-07-09 18:32:38 +08:00
chenshaohua
8a152a2854 添加个人屏蔽企业,并且推荐岗位时,并且企业对应的岗位 2026-07-08 23:10:24 +08:00
chenshaohua
f52d7f0eda 政策表添加政策分类(可分为人才引进、人才培养、人才激励等类别) 2026-07-08 17:10:46 +08:00