lyh
2025-07-01 fbfcddd5ba0ca3eef94c84836512ac1e95b720db
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/FaultInfoMapper.xml
@@ -58,5 +58,11 @@
            <if test="isConfirm != null and isConfirm != ''">
                and t1.is_confirm = #{isConfirm}
            </if>
--             根据id
            <if test="id != null and id != ''">
                and t1.id = #{id}
            </if>
            order by t1.num desc
    </select>
</mapper>