From 2cebd39fd1514c991da647f08124e18a0b02abe9 Mon Sep 17 00:00:00 2001
From: lsh <lsh123456>
Date: 星期三, 26 六月 2024 15:19:44 +0800
Subject: [PATCH] #
---
src/main/java/com/zy/asrs/mapper/WrkMastExecuteMapper.java | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/main/java/com/zy/asrs/mapper/WrkMastExecuteMapper.java b/src/main/java/com/zy/asrs/mapper/WrkMastExecuteMapper.java
index ba97d72..a87b6de 100644
--- a/src/main/java/com/zy/asrs/mapper/WrkMastExecuteMapper.java
+++ b/src/main/java/com/zy/asrs/mapper/WrkMastExecuteMapper.java
@@ -16,11 +16,15 @@
List<WrkMastExecute> getWrkMastByJarId(@Param("jarId") Integer jarId);
- List<WrkMastExecute> sselectWrkMastExecuteByType(@Param("type") Integer type);
+ List<WrkMastExecute> selectWrkMastExecuteByType(@Param("type") Integer type);
- List<WrkMastExecute> sselectWrkMastExecuteByTypeAndIoTyper(@Param("type")Integer type,@Param("ioType")Integer ioType);
+ List<WrkMastExecute> selectWrkMastExecuteByTypeAndIoTyperAndWrkType(@Param("type")Integer type,@Param("ioType")Integer ioType,@Param("wrkType")Integer wrkType);
+
+ List<WrkMastExecute> selectWrkMastExecuteByWrk(@Param("type")Integer type,@Param("ioType")Integer ioType,
+ @Param("wrkType")Integer wrkType,@Param("steNo")Integer steNo,
+ @Param("jarNo")Integer jarNo,@Param("rgvNo")Integer rgvNo);
- Integer getWrkMastByJarIdCount(@Param("jarId") Integer jarId);
+ Integer getWrkMastExecuteByJarIdCount(@Param("jarId") Integer jarId);
}
--
Gitblit v1.9.1