국유인 배치 수정, 라벨링툴 적합여부 수정
This commit is contained in:
@@ -105,10 +105,7 @@ public class GukYuinApiStbltJobService {
|
||||
fitYn, selected.getIncyCd(), selected.getIncyRsnCont());
|
||||
}));
|
||||
|
||||
resultMap.forEach(
|
||||
(resultUid, StbltResult) -> {
|
||||
gukYuinStbltJobCoreService.updateGukYuinObjectStbltYn(resultUid, StbltResult);
|
||||
});
|
||||
resultMap.forEach(gukYuinStbltJobCoreService::updateGukYuinObjectStbltYn);
|
||||
|
||||
} catch (Exception e) {
|
||||
log.error("[GUKYUIN] failed uid={}", dto.getChnDtctMstId(), e);
|
||||
|
||||
Reference in New Issue
Block a user