陈钊奇 2021-04-23 17:36 采纳率: 0%
浏览 35

有大佬知道这是怎么回事吗

Map<String, Object> thisdayParams = new HashMap<>();//有错误红色波浪线
thisdayParams.put("isComplete",ClueConstant.IS_VALID_NOT);
thisdayParams.put("planActionDate", LocalDateTime.now().format(formatter));
thisdayParams.put("planActionDateEnd", LocalDateTime.now().format(formatter));
thisdayParams.put("orgRole",orgRole1);
Page<ClueActionedVO> firstTouchTodayPlanPage= new Page(1, 1);
recordMapper.queryTouchTask(firstTouchTodayPlanPage, todayParams);
logger.info("==============首触清洗今日未完成数==={}",firstTouchTodayPlanPage.getTotal());
todayTaskCountVO.setFirstTouchTodayPlanCount(firstTouchTodayPlanPage.getTotal());
return todayTaskCountVO;
  • 写回答

6条回答 默认 最新

  • CSDN专家-Time 2021-04-23 17:38
    关注

    是引入包的问题

    评论

报告相同问题?