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>