From b141c90208b6a82504680d35eacdaecff1cb7e40 Mon Sep 17 00:00:00 2001
From: lsh <lsh123456>
Date: 星期日, 14 四月 2024 10:39:43 +0800
Subject: [PATCH] #
---
src/main/resources/mapper/WrkMastMapper.xml | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/WrkMastMapper.xml b/src/main/resources/mapper/WrkMastMapper.xml
index 7834e3a..ac9d877 100644
--- a/src/main/resources/mapper/WrkMastMapper.xml
+++ b/src/main/resources/mapper/WrkMastMapper.xml
@@ -82,4 +82,11 @@
order by io_time,wrk_no asc
</select>
+ <select id="selectToBeHistoryData2" resultMap="BaseResultMap">
+ select * from asr_wrk_mast
+ where
+ wrk_sts=15 and ove_mk='N' and io_type = 110 and sta_no = 213 and wrk_no in (select wrk_no from asr_bas_devp where dev_no = 213)
+ order by io_time,wrk_no asc
+ </select>
+
</mapper>
--
Gitblit v1.9.1