Commit c9462425 by zwb

修改岗位智推列表数据查询

parent a1f4173e
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment