From 1841760100d882378ef5d23c01fa366ffdce5668 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期三, 20 七月 2022 08:32:43 +0800
Subject: [PATCH] #
---
src/main/resources/mapper/WrkDetlMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/WrkDetlMapper.xml b/src/main/resources/mapper/WrkDetlMapper.xml
index e0b536c..03ec74f 100644
--- a/src/main/resources/mapper/WrkDetlMapper.xml
+++ b/src/main/resources/mapper/WrkDetlMapper.xml
@@ -91,7 +91,7 @@
from asr_wrk_detl_log awdl
left join asr_wrk_mast_log awml on awdl.wrk_no = awml.wrk_no and awdl.io_time = awml.io_time
where awdl.order_no = #{orderNo}
- and awml.manu_type != '鎵嬪姩鍙栨秷'
+ and (awml.manu_type is null or awml.manu_type != '鎵嬪姩鍙栨秷')
</select>
<update id="updateInspect">
--
Gitblit v1.9.1