派生自 projectDept/qhighschool

EricsHu
2022-12-05 068fc7f2e81178e55fa191a13709af64b1a163f6
src/main/java/com/qxueyou/scc/base/util/QueryDslOptionBuilder.java
@@ -11,7 +11,7 @@
import com.querydsl.core.types.dsl.Expressions;
/**
 * jpa查询  参数为空包装builder
 * jpa查询  参数为空包装builder
 * @author zhiyong
 *
 */
@@ -28,7 +28,7 @@
    }
    
    /**
     * 不为空 and 对象
     * 不为空 and 对象
     * @param expressionFunction
     * @param value
     * @return
@@ -41,7 +41,7 @@
    }
    
    /**
     * 不为空 and  String类型
     * 不为空 and  String类型
     * @param expressionFunction
     * @param value
     * @return
@@ -54,7 +54,7 @@
    }
    
    /**
     * 不为空 and  集合类型
     * 不为空 and  集合类型
     * @param expressionFunction
     * @param collection
     * @return
@@ -68,7 +68,7 @@
    }
    
    /**
     * 不为空 or 所有对象
     * 不为空 or 所有对象
     * @param expressionFunction
     * @param value
     * @return
@@ -81,7 +81,7 @@
    }
    
    /**
     * 不为空 or  String类型
     * 不为空 or  String类型
     * @param expressionFunction
     * @param value
     * @return
@@ -94,7 +94,7 @@
    }
    /**
     * 不为空 or  集合类型
     * 不为空 or  集合类型
     * @param expressionFunction
     * @param collection
     * @return