Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
张文彪
/
employmentBusinessPc
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c9462425
authored
Dec 10, 2025
by
zwb
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改岗位智推列表数据查询
parent
a1f4173e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
employmentBusiness-pc-modules/employmentBusiness-pc-system/src/main/resources/mapper/system/PositionRecommendMapper.xml
employmentBusiness-pc-modules/employmentBusiness-pc-system/src/main/resources/mapper/system/PositionRecommendMapper.xml
View file @
c9462425
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
AND user_id = #{dto.userId}
AND user_id = #{dto.userId}
AND recommend_time = (
AND recommend_time = (
SELECT MAX(recommend_time)
SELECT MAX(recommend_time)
FROM ai_position_recommend_record
FROM ai_position_recommend_record
a
WHERE user_id = #{dto.userId}
WHERE user_id = #{dto.userId}
AND a.analysis_id = #{dto.analysisId}
AND a.analysis_id = #{dto.analysisId}
AND is_deleted = 0
AND is_deleted = 0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment