为了账号安全,请及时绑定邮箱和手机立即绑定

"can not resolve method 'queryById'"

@Test
public void testQueryById() throws Exception {
   long id=1000;
   Seckill seckill = new Seckill().queryById(id);
   System.out.println(seckill.getName());
   System.out.println(seckill);

}

加粗的部分识别不出来,"can not resolve method 'queryById'"

正在回答

1 回答

private SeckillDao seckillDao;我是这个地方写错了,出现了和你一样的问题,你可以看看这里


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

"can not resolve method 'queryById'"

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信