推荐案例根据推荐id查询

This commit is contained in:
buerjun
2023-07-03 12:20:44 +08:00
parent 5121531dbe
commit 269c5a0a8d
3 changed files with 9 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ class CasesServiceImplTest {
mapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES,false);
CasePageVo pageVo = mapper.readValue(jsonStr, CasePageVo.class);
pageVo.setUserId("965342027497607168");
pageVo.setRefId(1125371361194614787L);
PageList<Cases> casesV2 = casesService.queryRecommendPageCasesV2(pageVo);
System.out.println(casesV2);
}