server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/PlatformWarnEventServiceImpl.java
@@ -218,5 +218,4 @@ } } server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/hksync/HkSyncPushServiceImpl.java
@@ -1079,9 +1079,9 @@ carrecord.setCategoryParentId(category.getParentId()); } } if(Constants.formatIntegerNum(request.getEventType()) == HKConstants.EventTypes.PARK_PASS_IN.getKey()){ //处理自有车自动签到业务 dealSelTruckAutoSignBiz(request,event); if(Constants.formatIntegerNum(request.getEventType()) == HKConstants.EventTypes.PARK_PASS_IN.getKey()){ //如果是入厂放行 delRetentionList.add(event.getPlateNos()); Retention dm = new Retention(); @@ -1261,6 +1261,7 @@ Constants.PlatformJobStatus.CALLED.getKey(), Constants.PlatformJobStatus.WORKING.getKey(), Constants.PlatformJobStatus.TRANSFERING.getKey(), Constants.PlatformJobStatus.OVER_NUMBER.getKey(), Constants.PlatformJobStatus.EXCEPTION.getKey() ) )==Constants.ZERO){//如果没进行中任务 server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/thrid/WmsServiceImpl.java
@@ -412,6 +412,7 @@ Constants.PlatformJobStatus.IN_WAIT.getKey()+","+ Constants.PlatformJobStatus.CALLED.getKey()+","+ Constants.PlatformJobStatus.TRANSFERING.getKey()+","+ Constants.PlatformJobStatus.OVER_NUMBER.getKey()+","+ Constants.PlatformJobStatus.EXCEPTION.getKey()+","+ Constants.PlatformJobStatus.WORKING.getKey()+")) as jobNum") .lambda()