...
|
...
|
@@ -41,8 +41,8 @@ class X21FormSingileReleaseCheckWithTrue extends Script implements ChannelCheckS |
|
|
LandBusListService landBusListService = context.getBean(LandBusListService.class)
|
|
|
count = landBusListService.selectHistoryCount(gatherInfo.getBarcode());
|
|
|
if (count>0){
|
|
|
log.info("[Singile-Release-Success]-{}-{}",gatherInfo.getBarcode(),gatherInfo.getVename())
|
|
|
releaseBarCode(gatherInfo,executeParams);
|
|
|
log.info("[Singile-Release-Success]-{}-{}",gatherInfo.getBarcode(),gatherInfo.getVename())
|
|
|
return true;
|
|
|
}else {
|
|
|
log.error("[Singile-Release-Faild]-{}-{}",gatherInfo.getBarcode(),gatherInfo.getVename())
|
...
|
...
|
@@ -53,7 +53,7 @@ class X21FormSingileReleaseCheckWithTrue extends Script implements ChannelCheckS |
|
|
|
|
|
} catch (Exception e){
|
|
|
e.printStackTrace();
|
|
|
log.error("[LockNoticeCheck-ERR]:",e);
|
|
|
log.error("[Singile-Release-With-True-ERR]:",e);
|
|
|
}
|
|
|
return false;
|
|
|
}
|
...
|
...
|
|