mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-30 03:03:13 +08:00
Fix DM index error
This commit is contained in:
@ -73,8 +73,7 @@ public class OperationSavedController {
|
||||
OperationQueryParam param = new OperationQueryParam();
|
||||
param.setId(id);
|
||||
param.setUserId(ContextUtils.getUserId());
|
||||
return operationService.queryExistent(param)
|
||||
.map(operationWebConverter::dto2vo);
|
||||
return operationService.queryExistent(param).map(operationWebConverter::dto2vo);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user