From bab48c8264e4958e86195885c96e3910e2dcaba1 Mon Sep 17 00:00:00 2001 From: vince <757871790@qq.com> Date: 星期二, 04 七月 2023 18:13:28 +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