From ca5b1aee4d1a5cd34d80e1fb0c896ade0cfe21dd Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期三, 03 九月 2025 10:43:21 +0800
Subject: [PATCH] 许可证到期提醒,系统30分钟无操作下线账号
---
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