做日志

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

@@ -112,6 +112,7 @@ public class CasesApi extends ApiBaseController {
PageList<Cases> views;
req.setUserId(getCurrent().getAccountId());
if (type.equals("recommend")) {
log.info("queryListV2 recommend userId:{}", getCurrent().getAccountId());
views = casesService.queryRecommendPageCasesV2(req);
} else {
views = casesService.queryPageCasesV2(req);