xuhy
2025-05-23 1a2e22a27627b40689257442cc5a46598c634f8e
ruoyi-system/src/main/resources/mapper/system/TTestMethodConfirmSheetOriginalMapper.xml
@@ -44,7 +44,7 @@
            <if test="query.createBy != null and query.createBy != ''">
                and ttmcso.create_by like concat('%', #{query.createBy}, '%')
            </if>
            <if test="query.status != null and query.status != -1">
            <if test="query.status != null">
                and ttmcso.status = #{query.status}
            </if>
            <if test="query.status == null">