zhuo
2025-02-28 3aac0bf15ae2942f9b810715946be8a7588004ec
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;
    }
}