mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-18 23:36:52 +08:00
做日志
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user