Commit 686c074b by zwb

修改岗位智推列表

parent c9462425
......@@ -26,6 +26,7 @@ import org.dromara.common.satoken.utils.LoginHelper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.time.LocalDateTime;
import java.util.List;
import java.util.Map;
......@@ -114,6 +115,7 @@ public class JobRecommendController {
*/
@PostMapping("/query-position-list")
public R<List<PositionRecommendListVo>> queryPositionList(@RequestBody PositionQueryDto dto) {
log.info(String.format("查询岗位智推列表当前时间:",LocalDateTime.now()));
Long analysisId = dto.getAnalysisId();
if (analysisId == null){
throw new WarnException("岗位智推分析数据id不能为空");
......
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