From 585e878b169bdeb2bc8cc452b9d2e640d00caa6d Mon Sep 17 00:00:00 2001 From: YYC <1833023622@qq.com> Date: 星期二, 04 七月 2023 09:00:35 +0800 Subject: [PATCH] 质检报告 --- igds-inout/src/main/resources/mapper/InoutCheckMapper.xml | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/igds-inout/src/main/resources/mapper/InoutCheckMapper.xml b/igds-inout/src/main/resources/mapper/InoutCheckMapper.xml index b43c21f..db77ee6 100644 --- a/igds-inout/src/main/resources/mapper/InoutCheckMapper.xml +++ b/igds-inout/src/main/resources/mapper/InoutCheckMapper.xml @@ -38,7 +38,6 @@ <if test="param.sampleStatus != null and param.sampleStatus != 'NONE' ">AND SAMPLE_TIME_ IS NOT NULL</if> </where> AND RECORD_STATUS_ != 'DEL' - AND RECORD_STATUS_ != 'ERROR' ORDER BY REGISTER_TIME_ </select> @@ -99,7 +98,6 @@ <if test="param.checkStatus != null and param.checkStatus == 'NONE' ">AND CHECK_STATUS_ = 'NONE'</if> </where> AND RECORD_STATUS_ != 'DEL' - AND RECORD_STATUS_ != 'ERROR' ORDER BY REGISTER_TIME_ </select> -- Gitblit v1.9.3