Merge branch 'main' of

http://192.168.0.251:3000/localnet/localhost-back.git into main
This commit is contained in:
dyhj625 2025-02-27 14:39:50 +09:00
parent 741fc0260e
commit 6d46c07b29
2 changed files with 2 additions and 8 deletions

View File

@ -61,6 +61,6 @@ public class ParameterAop {
if(obj instanceof ApiResponse)
returnObj = ((ApiResponse)obj).getData();
log.info("리턴값 : {}", returnObj);
//log.info("리턴값 : {}", returnObj);
}
}

View File

@ -156,15 +156,9 @@ public class localbordService {
}
if (map.get("LOCCMTPNT") == null) {
map.put("LOCCMTPNT", null);
if ("300102".equals(String.valueOf(map.get("LOCBRDTYP")))) {
map.put("MEMBERSEQ", null);
}else {
Long userId = AuthUtil.getUser().getId();
map.put("MEMBERSEQ", userId);
}
boardMapper.insertCommentOrReply(map);
}
}
public void updateComment(MapDto map) {