pc端对接问题修复

pull/14/head
songwenxuan 2024-01-06 18:01:18 +08:00
parent b9e6f60fff
commit 48d3783665
1 changed files with 4 additions and 0 deletions

View File

@ -104,6 +104,10 @@ public class HiddenUserApiServiceImpl implements HiddenUserApiService {
*/
public PageData saveRectificationo(String findCreator , String hiddenId, String type, String loginUserId)throws Exception{
PageData pageData = new PageData();
pageData.put("findCreator",findCreator);
pageData.put("hiddenId",hiddenId);
pageData.put("type",type);
pageData.put("loginUserId",loginUserId);
if(!Tools.isEmpty(hiddenId)){
hiddenUserApiMapper.deleteByHidden(hiddenId); // 先删除后添加
}