From 2c78cb7f8632d1384adbaa4a4828009716273bef Mon Sep 17 00:00:00 2001
From: chen.llin <1442464845@qq.comm>
Date: 星期三, 24 十二月 2025 10:43:17 +0800
Subject: [PATCH] 新增参数字段sql

---
 src/main/java/com/zy/asrs/service/impl/WrkMastServiceImpl.java |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/java/com/zy/asrs/service/impl/WrkMastServiceImpl.java b/src/main/java/com/zy/asrs/service/impl/WrkMastServiceImpl.java
index d8ad458..18af8bc 100644
--- a/src/main/java/com/zy/asrs/service/impl/WrkMastServiceImpl.java
+++ b/src/main/java/com/zy/asrs/service/impl/WrkMastServiceImpl.java
@@ -47,15 +47,15 @@
     }
 
     @Override
-    public int selectWrkMastBareBoardStaNo(Integer ioType,Integer staNo) {
-        return this.baseMapper.selectWrkMastBareBoardStaNo(ioType,staNo);
+    public int selectWrkMastBareBoardStaNo(Integer ioType, Integer staNo) {
+        return this.baseMapper.selectWrkMastBareBoardStaNo(ioType, staNo);
     }
 
     @Override
     public List<WrkMast> selectWrkMastWrkDetl(Integer ioType, FindLocNoAttributeVo findLocNoAttributeVo, Integer crnNo) {
-        return this.baseMapper.selectWrkMastWrkDetl(ioType,findLocNoAttributeVo.getMatnr(),findLocNoAttributeVo.getBatch(),findLocNoAttributeVo.getBrand()
-                ,findLocNoAttributeVo.getStandby1(),findLocNoAttributeVo.getStandby2(),findLocNoAttributeVo.getStandby3()
-                ,findLocNoAttributeVo.getBoxType1(),findLocNoAttributeVo.getBoxType2(),findLocNoAttributeVo.getBoxType3()
-                ,crnNo);
+        return this.baseMapper.selectWrkMastWrkDetl(ioType, findLocNoAttributeVo.getMatnr(), findLocNoAttributeVo.getBatch(), findLocNoAttributeVo.getBrand()
+                , findLocNoAttributeVo.getStandby1(), findLocNoAttributeVo.getStandby2(), findLocNoAttributeVo.getStandby3()
+                , findLocNoAttributeVo.getBoxType1(), findLocNoAttributeVo.getBoxType2(), findLocNoAttributeVo.getBoxType3()
+                , crnNo);
     }
 }

--
Gitblit v1.9.1