Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Eladmin
Commits
d0ffe1a8
"vscode:/vscode.git/clone" did not exist on "00cdbb49f0568fc184406b55c661fd4ce6dbda2a"
Commit
d0ffe1a8
authored
Sep 26, 2019
by
dqjdda
Browse files
Merge branch 'master' of gitee.com:elunez/eladmin
parents
90ea8190
ee8220c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
eladmin-common/src/main/java/me/zhengjie/utils/QueryHelp.java
View file @
d0ffe1a8
...
...
@@ -41,7 +41,7 @@ public class QueryHelp {
String
attributeName
=
isBlank
(
propName
)
?
field
.
getName
()
:
propName
;
Class
<?>
fieldType
=
field
.
getType
();
Object
val
=
field
.
get
(
query
);
if
(
ObjectUtil
.
isNull
(
val
))
{
if
(
ObjectUtil
.
isNull
(
val
)
||
""
.
equals
(
val
)
)
{
continue
;
}
Join
join
=
null
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment