Merge branch 'hotfix/20241113' into 'master'

feat: 注释掉上报元素的接口,因为现在会出现问题,也不能使用这个

See merge request universal/infrastructure/backend/tyr!298
This commit is contained in:
李龙 2024-11-13 01:38:55 +00:00
commit 5a4e11530b

View File

@ -28,7 +28,7 @@ public class PageElementController implements PageElementApi {
@Override @Override
public ApiResult<Void> report(PageElementReportReq req) { public ApiResult<Void> report(PageElementReportReq req) {
saasPageElementService.report(req); // saasPageElementService.report(req);
return ApiResult.ok(); return ApiResult.ok();
} }