From 56de968727bd6e871c6823dce837f8d42f30e6f8 Mon Sep 17 00:00:00 2001
From: zc <zc@123>
Date: 星期二, 10 六月 2025 09:28:21 +0800
Subject: [PATCH] #
---
src/main/resources/mapper/ViewInOutMapper.xml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/ViewInOutMapper.xml b/src/main/resources/mapper/ViewInOutMapper.xml
index 8ee1e04..d0f4269 100644
--- a/src/main/resources/mapper/ViewInOutMapper.xml
+++ b/src/main/resources/mapper/ViewInOutMapper.xml
@@ -297,5 +297,9 @@
and matnr = #{matnr}
</if>
</select>
+ <select id="selectAll" resultType="com.zy.asrs.entity.ViewInOutBean">
+ select * from asr_sta_inout_view a
+
+ </select>
</mapper>
\ No newline at end of file
--
Gitblit v1.9.1