Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YeeAmosFireAutoSysRoot
Project
Project
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
station
YeeAmosFireAutoSysRoot
Commits
f57a1dcb
Commit
f57a1dcb
authored
Apr 26, 2020
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.增加注释-全景监控
parent
c3af6eac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
RiskSourceServiceImpl.java
...amos/fas/business/service/impl/RiskSourceServiceImpl.java
+0
-1
IRiskSourceService.java
...n/amos/fas/business/service/intfc/IRiskSourceService.java
+15
-0
No files found.
YeeAmosFireAutoSysService/src/main/java/com/yeejoin/amos/fas/business/service/impl/RiskSourceServiceImpl.java
View file @
f57a1dcb
...
@@ -1778,7 +1778,6 @@ public class RiskSourceServiceImpl implements IRiskSourceService {
...
@@ -1778,7 +1778,6 @@ public class RiskSourceServiceImpl implements IRiskSourceService {
if
(
regionDetail
!=
null
)
{
if
(
regionDetail
!=
null
)
{
Long
isBind
=
(
Long
)
regionDetail
.
get
(
"isBind"
);
Long
isBind
=
(
Long
)
regionDetail
.
get
(
"isBind"
);
regionDetail
.
put
(
"isBind"
,
isBind
==
0
?
false
:
true
);
regionDetail
.
put
(
"isBind"
,
isBind
==
0
?
false
:
true
);
String
ue4Location
=
(
String
)
regionDetail
.
get
(
"ue4Location"
);
String
ue4Location
=
(
String
)
regionDetail
.
get
(
"ue4Location"
);
regionDetail
.
put
(
"ue4Location"
,
ue4Location
==
null
?
new
JSONArray
()
:
JSON
.
parseArray
(
ue4Location
));
regionDetail
.
put
(
"ue4Location"
,
ue4Location
==
null
?
new
JSONArray
()
:
JSON
.
parseArray
(
ue4Location
));
String
ue4Rotation
=
(
String
)
regionDetail
.
get
(
"ue4Rotation"
);
String
ue4Rotation
=
(
String
)
regionDetail
.
get
(
"ue4Rotation"
);
...
...
YeeAmosFireAutoSysService/src/main/java/com/yeejoin/amos/fas/business/service/intfc/IRiskSourceService.java
View file @
f57a1dcb
...
@@ -116,10 +116,25 @@ public interface IRiskSourceService {
...
@@ -116,10 +116,25 @@ public interface IRiskSourceService {
void
notifyRiskSource
(
Long
riskSourceId
,
String
notifyType
,
String
jpushTarget
);
void
notifyRiskSource
(
Long
riskSourceId
,
String
notifyType
,
String
jpushTarget
);
/**
* 按照机构重新区域树
* @param orgCode 机构
* @return 树
*/
List
<
RegionTreeResponse
>
findRegionTree
(
String
orgCode
);
List
<
RegionTreeResponse
>
findRegionTree
(
String
orgCode
);
/**
* 区域详情重新
* @param id 主键
* @param orgCode 机构
* @return map
*/
HashMap
<
String
,
Object
>
findRegionById
(
Long
id
,
String
orgCode
);
HashMap
<
String
,
Object
>
findRegionById
(
Long
id
,
String
orgCode
);
/**
* 批量保存区域信息
* @param regionBoList 参数数组
*/
void
batchSaveRegionUe4
(
List
<
BindRegionBo
>
regionBoList
);
void
batchSaveRegionUe4
(
List
<
BindRegionBo
>
regionBoList
);
}
}
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