From bc444fc52cffbb80d6fe70df46bc8267e69ef911 Mon Sep 17 00:00:00 2001
From: L <L@123>
Date: 星期二, 06 一月 2026 14:32:58 +0800
Subject: [PATCH] *

---
 src/main/java/com/zy/asrs/entity/WaitPakinLog.java |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/zy/asrs/entity/WaitPakinLog.java b/src/main/java/com/zy/asrs/entity/WaitPakinLog.java
index d4abcb9..bf7bd35 100644
--- a/src/main/java/com/zy/asrs/entity/WaitPakinLog.java
+++ b/src/main/java/com/zy/asrs/entity/WaitPakinLog.java
@@ -237,4 +237,20 @@
         return this.brand;
     }
 
+    public int getBrandArmType$(){
+        try{
+            BasBoxTypeService basBoxTypeService = SpringUtils.getBean(BasBoxTypeService.class);
+            List<BasBoxType> basBoxTypes = basBoxTypeService.selectList(new EntityWrapper<BasBoxType>().eq("box_type", this.brand).orderBy("id", true));
+            for (BasBoxType basBoxType:basBoxTypes){
+                if (basBoxType.getArmType()!=1){
+                    return 999;
+                }
+                return basBoxType.getArmType();
+            }
+            return 999;
+        } catch (Exception e){
+            return 999;
+        }
+    }
+
 }

--
Gitblit v1.9.1