"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'"
2020-02-17