Merge branch 'main' of
http://192.168.0.251:3000/localnet/localhost-back.git into main
This commit is contained in:
parent
741fc0260e
commit
6d46c07b29
@ -61,6 +61,6 @@ public class ParameterAop {
|
||||
if(obj instanceof ApiResponse)
|
||||
returnObj = ((ApiResponse)obj).getData();
|
||||
|
||||
log.info("리턴값 : {}", returnObj);
|
||||
//log.info("리턴값 : {}", returnObj);
|
||||
}
|
||||
}
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user