ProductCategory productCategory = repository.findOne(1);没有这个方法
来源:4-1 买家类目-dao(上)
慕斯卡7223179
2018-06-24
ProductCategory productCategory = repository.findOne(1);没有这个方法,用getOne(1),控制台报没有session
写回答
2回答
-
repository.findById(categoryId).orElse(null);
10 -
jasonluocesc
2018-06-26
repostiory.findById(categoryId).get()
10
相似问题