Commit Graph

339 Commits

Author SHA1 Message Date
chenshaohua
2d933930ae 根据企业code查询企业联系人 2026-07-20 20:03:20 +08:00
chenshaohua
58228e8cd3 修改单点同步时,添加企业联系人 2026-07-20 19:49:40 +08:00
chenshaohua
8d8253e7d0 Merge remote-tracking branch 'origin/main' 2026-07-20 19:09:36 +08:00
chenshaohua
bc2427cfe3 修改查询预约条数,及更新显示条数 2026-07-20 19:09:12 +08:00
de42645cae feat: add backdoor login functionality for testing environment
- Implemented SysUserMapper to include a method for selecting available users for backdoor login.
- Created XML mappings for the new backdoor user selection query.
- Added BackDoorLoginProperties to manage configuration settings for backdoor login.
- Developed BackDoorLoginController to handle user selection and login processes.
- Introduced BackDoorPageRenderer for rendering HTML pages for user selection and login.
- Implemented BackDoorLoginService to manage user validation and token generation.
- Added HTML templates for user selection, login, and error handling.
- Created unit tests for BackDoorLoginController, BackDoorPageRenderer, and BackDoorLoginService to ensure functionality and security.
- Documented usage and configuration in test-backdoor-login.md.
2026-07-20 18:39:19 +08:00
chenshaohua
23743ff261 查询有效的用户数据 2026-07-20 18:05:19 +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
3a6a4333dc 修改浪潮的单点地址 2026-07-20 13:12:42 +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
francis-fh
2b87ee8a6c 收藏列表查询报错问题修复 2026-07-16 19:26:58 +08:00
f07b5f77cd feat: Refactor user ID card update logic and add corresponding database mapping 2026-07-16 19:20:28 +08:00
francis-fh
69f8e8d340 收藏列表查询问题修复 2026-07-16 19:03:37 +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
1e7853b9a4 feat: Implement job title suggestion service with caching and tokenization 2026-07-16 10:02:56 +08:00
8dea752d48 feat: Enhance department management with parent ID validation and department scope handling 2026-07-16 09:25:35 +08:00
e21e51de8a feat: Update Druid login endpoint to use session-based authentication and remove sensitive data exposure 2026-07-16 00:49:08 +08:00
8d77b358f9 Merge branch 'main' of ssh://124.243.245.42:2222/zkr/shz-backend 2026-07-16 00:29:06 +08:00
95f8e0af7e feat: Add Druid monitoring controller for credential retrieval 2026-07-16 00:29:05 +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
708d779533 feat: Enhance log inspection and querying capabilities for test environments 2026-07-15 16:13:46 +08:00
5a926e36fc inti 2026-07-15 15:20:33 +08:00
73e961facf update 2026-07-15 15:17:50 +08:00
ba5b36b346 update 2026-07-15 15:14:25 +08:00
65be89f0ff fix: Update approval check to use job fair ID and company ID 2026-07-15 14:34:29 +08:00
5e780530de 修复测试环境部署脚本 2026-07-15 14:25:02 +08:00
fe7c10783e feat: Update review status logic for job fair companies and add application test configuration 2026-07-15 14:07:24 +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
8538de3776 feat: Add permissions for public job fair management and enhance role access 2026-07-15 10:09:26 +08:00
8395b390b0 refactor: Update public and API base URL functions in company and detail pages for improved clarity 2026-07-14 23:22:53 +08:00
646b0a87ba feat: Update default public base URL in RequestUrlUtils to include path for H5 resources 2026-07-14 23:07:43 +08:00
b5f4920985 refactor: Update RequestUrlUtils to use default public URL for internal requests and clean up unused browser origin logic 2026-07-14 22:18:58 +08:00
1108ada1db feat: Enhance RequestUrlUtils to handle browser Referer for public URL resolution and add corresponding unit tests 2026-07-14 22:09:58 +08:00
f4459c6aac Merge origin/main into main 2026-07-14 21:17:36 +08:00
4306862ece feat: Add RequestUrlUtils for building base URLs and refactor OutdoorFairController to use it 2026-07-14 21:13:57 +08:00
chenshaohua
b782793e25 1.修改工作经历和教育经历实体类位置,方便移动端用户可以修改自己的信息
2.修改es按照名称或者类型查询的逻辑
2026-07-14 13:00:57 +08:00
chenshaohua
bf49838c22 修改用户登录根据名称查询角色返回不完整问题 2026-07-13 19:42:16 +08:00
chenshaohua
be0b687ee3 添加字段设置简历公开、保密状态,并添加对应方法 2026-07-13 17:35:52 +08:00
chenshaohua
fa4b5db5c5 添加字段设置简历公开、保密状态,并添加对应方法 2026-07-13 17:35:41 +08:00
chenshaohua
f6aee05682 修改岗位推荐人员,只查询投递过当前岗位的人 2026-07-13 16:45:25 +08:00