做日志

This commit is contained in:
buerjun
2023-07-06 12:45:38 +08:00
parent 41223f0ba5
commit 7c67e11afb
2 changed files with 1 additions and 1 deletions

View File

@@ -46,7 +46,6 @@ 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);
}