Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cloud-fb
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王衍超
cloud-fb
Commits
96628ce7
Commit
96628ce7
authored
Apr 02, 2021
by
高晓磊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
翻转一下调用方式,避免空指针
parent
de2d9ce7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
XystDinasCommonAllScene.java
...yst/dinas/biz/internal/scene/XystDinasCommonAllScene.java
+1
-1
No files found.
backend/xyst.dinas.biz/src/main/java/com/xyst/dinas/biz/internal/scene/XystDinasCommonAllScene.java
View file @
96628ce7
...
@@ -33,7 +33,7 @@ public class XystDinasCommonAllScene extends FollowerQueryScene {
...
@@ -33,7 +33,7 @@ public class XystDinasCommonAllScene extends FollowerQueryScene {
Predicate
p0
=
builder
.
equal
(
context
.
getRoot
().
get
(
"regionalCompany"
).
get
(
"id"
),
currentRegionalCompany
.
getUuid
(
"id"
));
Predicate
p0
=
builder
.
equal
(
context
.
getRoot
().
get
(
"regionalCompany"
).
get
(
"id"
),
currentRegionalCompany
.
getUuid
(
"id"
));
if
(
currentRegionalCompany
.
getString
(
"type"
).
equals
(
OrganizationTypeEnum
.
REGIONAL_COMPANY
.
name
(
)))
{
if
(
OrganizationTypeEnum
.
REGIONAL_COMPANY
.
name
().
equals
(
currentRegionalCompany
.
getString
(
"type"
)))
{
context
.
getCriteriaQuery
().
and
(
p0
);
context
.
getCriteriaQuery
().
and
(
p0
);
}
}
...
...
Write
Preview
Markdown
is supported
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