From 491c9453406c86c6fc2546189e28fb697477d09c Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 11 六月 2025 15:25:51 +0800
Subject: [PATCH] 最新版本541200007

---
 server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/hksync/HkSyncPushServiceImpl.java |    5 +++--
 server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/thrid/WmsServiceImpl.java         |    1 +
 server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/PlatformWarnEventServiceImpl.java |    1 -
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/PlatformWarnEventServiceImpl.java b/server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/PlatformWarnEventServiceImpl.java
index 8b74790..297c0a1 100644
--- a/server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/PlatformWarnEventServiceImpl.java
+++ b/server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/PlatformWarnEventServiceImpl.java
@@ -218,5 +218,4 @@
     }
 
 
-
 }
diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/hksync/HkSyncPushServiceImpl.java b/server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/hksync/HkSyncPushServiceImpl.java
index 617c8fd..244d0e3 100644
--- a/server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/hksync/HkSyncPushServiceImpl.java
+++ b/server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/hksync/HkSyncPushServiceImpl.java
@@ -1079,9 +1079,9 @@
                     carrecord.setCategoryParentId(category.getParentId());
                 }
             }
-            //澶勭悊鑷湁杞﹁嚜鍔ㄧ鍒颁笟鍔�
-            dealSelTruckAutoSignBiz(request,event);
             if(Constants.formatIntegerNum(request.getEventType()) == HKConstants.EventTypes.PARK_PASS_IN.getKey()){
+                //澶勭悊鑷湁杞﹁嚜鍔ㄧ鍒颁笟鍔�
+                dealSelTruckAutoSignBiz(request,event);
                 //濡傛灉鏄叆鍘傛斁琛�
                 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){//濡傛灉娌¤繘琛屼腑浠诲姟
diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/thrid/WmsServiceImpl.java b/server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/thrid/WmsServiceImpl.java
index 43ba7ce..d6a0c87 100644
--- a/server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/thrid/WmsServiceImpl.java
+++ b/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()

--
Gitblit v1.9.3