[KC-99] 추론 완료 상세목록 수정
[KC-103] 추론 완료 geom 테이블 등록 수정
This commit is contained in:
@@ -35,7 +35,7 @@ public class InferenceResultShpService {
|
||||
* <p>중간 실패 시 다음 실행에서 전체 재생성된다.
|
||||
*/
|
||||
@Transactional
|
||||
public InferenceResultShpDto.FileCntDto createShpFile() {
|
||||
public InferenceResultShpDto.FileCntDto createShpFile(Long learnId) {
|
||||
|
||||
// TODO 배치 실행으로 변경 필요
|
||||
int batchSize = 100;
|
||||
@@ -43,7 +43,7 @@ public class InferenceResultShpService {
|
||||
|
||||
WriteCnt total = WriteCnt.zero();
|
||||
|
||||
List<Long> dataUids = coreService.findPendingDataUids(batchSize);
|
||||
List<Long> dataUids = coreService.findPendingDataUids(batchSize, learnId);
|
||||
|
||||
for (Long dataUid : dataUids) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user