jiazx0107@163.com
2023-06-25 34e3301ff24f10100dae8c9b4b98cafef1b6a653
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' ">