Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
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
项目统一框架
amos-boot-biz
Commits
a0ec2a4f
Commit
a0ec2a4f
authored
Sep 08, 2022
by
wujiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改资源授权
parent
e72b618c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
ControllerAop.java
...a/com/yeejoin/amos/boot/biz/common/aop/ControllerAop.java
+1
-1
CompanyBo.java
...n/java/com/yeejoin/amos/boot/biz/common/bo/CompanyBo.java
+3
-3
TzsJgMapper.xml
...-module-tzs-api/src/main/resources/mapper/TzsJgMapper.xml
+2
-2
ESAlertCalledService.java
...oot/module/tzs/biz/service/impl/ESAlertCalledService.java
+1
-1
No files found.
amos-boot-biz-common/src/main/java/com/yeejoin/amos/boot/biz/common/aop/ControllerAop.java
View file @
a0ec2a4f
...
...
@@ -161,7 +161,7 @@ public class ControllerAop {
if
(
companyM
.
getRegionSeq
()!=
null
)
{
FeignClientResult
<
RegionModel
>
result
=
Systemctl
.
regionClient
.
getRegion
(
Long
.
valueOf
(
companyM
.
getRegionSeq
()));
company
.
setRegionCode
(
result
.
getResult
().
getRegionCode
(
));
company
.
setRegionCode
(
String
.
valueOf
(
result
.
getResult
().
getRegionCode
()
));
}
Bean
.
copyExistPropertis
(
roleM
,
role
);
ReginParams
reginParams
=
new
ReginParams
();
...
...
amos-boot-biz-common/src/main/java/com/yeejoin/amos/boot/biz/common/bo/CompanyBo.java
View file @
a0ec2a4f
...
...
@@ -19,7 +19,7 @@ public class CompanyBo {
private
String
orgCode
;
private
Long
parentId
;
private
Long
sequenceNbr
;
private
Integer
regionCode
;
private
String
regionCode
;
private
List
<
CompanyBo
>
children
;
public
String
getAddress
()
{
...
...
@@ -118,11 +118,11 @@ public class CompanyBo {
this
.
children
=
children
;
}
public
Integer
getRegionCode
()
{
public
String
getRegionCode
()
{
return
regionCode
;
}
public
void
setRegionCode
(
Integer
regionCode
)
{
public
void
setRegionCode
(
String
regionCode
)
{
this
.
regionCode
=
regionCode
;
}
...
...
amos-boot-system-tzs/amos-boot-module-tzs-api/src/main/resources/mapper/TzsJgMapper.xml
View file @
a0ec2a4f
...
...
@@ -20,9 +20,9 @@
produce.factory_num,
CONCAT(use1.province,'/',use1.city,'/',use1.county)AS area,
use1.address
FROM
tz_jg_supervise_info supervise
FROM
tz_jg_use_info use1
LEFT JOIN
tz_jg_
use_info use1
ON use1.sequence_code =
tz_jg_
supervise_info supervise
ON use1.sequence_code =
supervise.sequence_code
LEFT JOIN tz_jg_maintenance_info maintenance ON
maintenance.sequence_code
...
...
amos-boot-system-tzs/amos-boot-module-tzs-biz/src/main/java/com/yeejoin/amos/boot/module/tzs/biz/service/impl/ESAlertCalledService.java
View file @
a0ec2a4f
...
...
@@ -57,7 +57,7 @@ public class ESAlertCalledService {
public
void
init
()
throws
Exception
{
//初始化ES,重建索引
//
initEs();
initEs
();
}
/**
...
...
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