Skip to content

Commit a267aeb

Browse files
committed
fix#88 - classCode : 100인 버그 로그 패스
1 parent b374773 commit a267aeb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

indicator/src/main/java/com/smashup/indicator/module/gamerhint/service/impl/GamerHintMatrixService.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ public List<MatrixDocument> insertData(LogServerRequestDto dto) throws Exception
107107

108108
// playerLog 단위 작업
109109
for ( PlayerLogRequestDto playerLog: game.getPlayerLogs()) {
110+
// classCode : 100인 버그 로그 패스
111+
if(playerLog.getClassCode()==100){
112+
continue;
113+
}
110114

111115
// targetMatrixId 생성
112116
/// pool 세팅

0 commit comments

Comments
 (0)