zhuo
2025-04-24 89536a3b40beed6619d02306bcfc3c96b3c3ec9c
ruoyi-common/src/main/java/com/ruoyi/common/utils/QueryWrappers.java
@@ -41,7 +41,6 @@
                e.printStackTrace();
                throw new RuntimeException("查询条件生成错误");
            }
//            System.out.println(field.getName() + "|" + (value == null || value.equals("")) + "|" + value);
            if(value == null || value.equals("")){
                continue;
            }
@@ -62,7 +61,6 @@
                }
            }
        }
//        System.out.println(wrapper.getExpression().getSqlSegment());
        return wrapper;
    }
}