From 3c8343535bec2a53855956e25598e2271fc84c0d Mon Sep 17 00:00:00 2001
From: 野心家 <1051256694@qq.com>
Date: 星期日, 07 七月 2024 10:28:21 +0800
Subject: [PATCH] 更新测试管理搜索功能
---
src/main/resources/mapper/WrkDetlMapper.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/WrkDetlMapper.xml b/src/main/resources/mapper/WrkDetlMapper.xml
index 22e22ef..225f31e 100644
--- a/src/main/resources/mapper/WrkDetlMapper.xml
+++ b/src/main/resources/mapper/WrkDetlMapper.xml
@@ -103,6 +103,7 @@
left join asr_wrk_mast awm on awd.wrk_no = awm.wrk_no
where 1=1
and awm.wrk_sts = 14
+ and (awd.inspect is null or awd.inspect = 0)
and awm.sta_no = #{staNo}
and awd.matnr + '-' + awd.batch = #{matnr}
</select>
--
Gitblit v1.9.1