Merge pull request 'spotless 적용' (#42) from feat/infer_dev_260107 into develop
Reviewed-on: #42
This commit was merged in pull request #42.
This commit is contained in:
@@ -54,9 +54,7 @@ public class GukYuinApiLabelJobService {
|
|||||||
return "local".equalsIgnoreCase(profile);
|
return "local".equalsIgnoreCase(profile);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/** 어제 라벨링 검수 완료된 것 -> 국유인에 전송 */
|
||||||
* 어제 라벨링 검수 완료된 것 -> 국유인에 전송
|
|
||||||
*/
|
|
||||||
@Scheduled(cron = "0 0 1 * * *")
|
@Scheduled(cron = "0 0 1 * * *")
|
||||||
public void findLabelingCompleteSend() {
|
public void findLabelingCompleteSend() {
|
||||||
if (isLocalProfile()) {
|
if (isLocalProfile()) {
|
||||||
|
|||||||
@@ -56,9 +56,7 @@ public class GukYuinApiStbltJobService {
|
|||||||
return "local".equalsIgnoreCase(profile);
|
return "local".equalsIgnoreCase(profile);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/** 국유인 연동 후, 100% 되었는지 확인하는 스케줄링 매 10분마다 호출 */
|
||||||
* 국유인 연동 후, 100% 되었는지 확인하는 스케줄링 매 10분마다 호출
|
|
||||||
*/
|
|
||||||
@Scheduled(cron = "0 0/10 * * * *")
|
@Scheduled(cron = "0 0/10 * * * *")
|
||||||
public void findGukYuinMastCompleteYn() {
|
public void findGukYuinMastCompleteYn() {
|
||||||
if (isLocalProfile()) {
|
if (isLocalProfile()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user