커밋
This commit is contained in:
parent
3380b0cc99
commit
a736bb9b2f
@ -327,23 +327,6 @@ public class TextSenseController {
|
||||
//callback 결과 내용 디비 업데이터 처리 해주기
|
||||
textSenseService.updateTextSenseCallbackData(textSenseVO);
|
||||
|
||||
System.out.println("+++++++++++++++++++++++ id ::: "+id);
|
||||
System.out.println("+++++++++++++++++++++++ name ::: "+name);
|
||||
System.out.println("+++++++++++++++++++++++ inputUri ::: "+inputUri);
|
||||
System.out.println("+++++++++++++++++++++++ inputFileLength ::: "+inputFileLength);
|
||||
System.out.println("+++++++++++++++++++++++ outputUri ::: "+outputUri);
|
||||
System.out.println("+++++++++++++++++++++++ outputFileLength ::: "+outputFileLength);
|
||||
System.out.println("+++++++++++++++++++++++ status ::: "+status);
|
||||
System.out.println("+++++++++++++++++++++++ createdAt ::: "+createdAt);
|
||||
System.out.println("+++++++++++++++++++++++ queuedAt ::: "+queuedAt);
|
||||
System.out.println("+++++++++++++++++++++++ startedAt ::: "+startedAt);
|
||||
System.out.println("+++++++++++++++++++++++ completedAt ::: "+completedAt);
|
||||
System.out.println("+++++++++++++++++++++++ updatedAt ::: "+updatedAt);
|
||||
System.out.println("+++++++++++++++++++++++ maxRetryCount ::: "+maxRetryCount);
|
||||
System.out.println("+++++++++++++++++++++++ retryCount ::: "+retryCount);
|
||||
System.out.println("+++++++++++++++++++++++ collectedBy ::: "+collectedBy);
|
||||
System.out.println("+++++++++++++++++++++++ callbackUri ::: "+callbackUri);
|
||||
|
||||
} catch (Exception e) {
|
||||
System.out.println("textSenseCallbackUriPage Controller Error !!! " + e);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user