Skip to content

Commit

Permalink
Log code
Browse files Browse the repository at this point in the history
  • Loading branch information
SYEON10 committed Mar 9, 2024
1 parent 7c79254 commit 4b26a94
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ public class ResultController {
public BS_CharacterForm getResult(@RequestBody ResultForm result){
//로직처리

System.out.println(result.getCountA());

String bsti = "";

bsti += (result.getCountA() > result.getCountD()) ? "A" : "D";
Expand Down

0 comments on commit 4b26a94

Please sign in to comment.