igds-inout/src/main/resources/mapper/InoutRecordMapper.xml
@@ -447,7 +447,16 @@ <if test="param.checkStatus != null and param.checkStatus == 'NONE' ">AND CHECK_STATUS_ = 'NONE'</if> </where> AND RECORD_STATUS_ != 'DEL' <choose> <when test="param.recordStatus != null and param.recordStatus == 'DEL' "> AND RECORD_STATUS_ = 'DEL' </when> <otherwise> AND RECORD_STATUS_ != 'DEL' </otherwise> </choose> <choose> <when test="param.orderTag != null and param.orderTag == 'ASC' ">