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
94521120
Commit
94521120
authored
Jul 26, 2024
by
suhuiguang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop_tzs_register_to_0715' of…
Merge branch 'develop_tzs_register_to_0715' of
http://36.40.66.175:5000/moa/amos-boot-biz
into develop_tzs_register_to_0715
parents
78191eea
1d86b470
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
JgChangeRegistrationTransferServiceImpl.java
...service/impl/JgChangeRegistrationTransferServiceImpl.java
+3
-3
JgInstallationNoticeServiceImpl.java
.../jg/biz/service/impl/JgInstallationNoticeServiceImpl.java
+1
-1
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/service/impl/JgChangeRegistrationTransferServiceImpl.java
View file @
94521120
...
...
@@ -198,7 +198,7 @@ public class JgChangeRegistrationTransferServiceImpl extends BaseService<JgChang
//区内移装,需判断是否为同一地市,如果不是同一地市,返回异常 -> 610000#610200#610204#610204002
if
(
"0"
.
equals
(
tableData
.
get
(
"transferType"
)))
{
deviceList
.
forEach
(
device
->
{
String
deviceCity
=
Arrays
.
stream
(((
String
)
device
.
get
(
"USE_
SIT
E_CODE"
)).
split
(
"#"
))
String
deviceCity
=
Arrays
.
stream
(((
String
)
device
.
get
(
"USE_
PLAC
E_CODE"
)).
split
(
"#"
))
.
skip
(
1
)
.
findFirst
()
.
orElseThrow
(()
->
new
BadRequest
(
"没有查询到地市信息"
));
...
...
@@ -209,7 +209,7 @@ public class JgChangeRegistrationTransferServiceImpl extends BaseService<JgChang
});
}
else
{
deviceList
.
forEach
(
device
->
{
String
deviceCity
=
Arrays
.
stream
(((
String
)
device
.
get
(
"USE_
SIT
E_CODE"
)).
split
(
"#"
))
String
deviceCity
=
Arrays
.
stream
(((
String
)
device
.
get
(
"USE_
PLAC
E_CODE"
)).
split
(
"#"
))
.
skip
(
1
)
.
findFirst
()
.
orElseThrow
(()
->
new
BadRequest
(
"没有查询到地市信息"
));
...
...
@@ -1203,7 +1203,7 @@ public class JgChangeRegistrationTransferServiceImpl extends BaseService<JgChang
Map
<
String
,
Object
>
map1
=
new
HashMap
<>();
map1
.
put
(
"USE_PLACE"
,
newUsePlace
);
map1
.
put
(
"ADDRESS"
,
newAddress
);
map1
.
put
(
"USE_
SIT
E_CODE"
,
newUsePlaceCode
);
map1
.
put
(
"USE_
PLAC
E_CODE"
,
newUsePlaceCode
);
map1
.
put
(
"LONGITUDE_LATITUDE"
,
newLongitudeLatitude
);
if
(
isUpdateRegistrationCode
.
get
())
{
map1
.
put
(
"EQU_STATE"
,
"1"
);
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/service/impl/JgInstallationNoticeServiceImpl.java
View file @
94521120
...
...
@@ -1322,7 +1322,7 @@ public class JgInstallationNoticeServiceImpl extends BaseService<JgInstallationN
map1
.
put
(
"USE_UNIT_CREDIT_CODE"
,
jgInstallationNotice
.
getUseUnitCreditCode
());
map1
.
put
(
"USE_UNIT_NAME"
,
jgInstallationNotice
.
getUseUnitName
());
map1
.
put
(
"IS_INTO_MANAGEMENT"
,
true
);
map1
.
put
(
"USE_
SIT
E_CODE"
,
dto
.
getProvince
().
split
(
"_"
)[
0
]
+
"#"
+
dto
.
getCity
().
split
(
"_"
)[
0
]
+
"#"
+
dto
.
getCounty
().
split
(
"_"
)[
0
]
+
"#"
+
dto
.
getFactoryUseSiteStreet
().
split
(
"_"
)[
0
]);
map1
.
put
(
"USE_
PLAC
E_CODE"
,
dto
.
getProvince
().
split
(
"_"
)[
0
]
+
"#"
+
dto
.
getCity
().
split
(
"_"
)[
0
]
+
"#"
+
dto
.
getCounty
().
split
(
"_"
)[
0
]
+
"#"
+
dto
.
getFactoryUseSiteStreet
().
split
(
"_"
)[
0
]);
map1
.
put
(
"USC_UNIT_CREDIT_CODE"
,
jgInstallationNotice
.
getInstallUnitCreditCode
());
map1
.
put
(
"USC_UNIT_NAME"
,
jgInstallationNotice
.
getInstallUnitName
());
map1
.
put
(
"USE_PLACE"
,
String
.
format
(
"%s/%s/%s/%s"
,
jgInstallationNotice
.
getProvinceName
(),
jgInstallationNotice
.
getCityName
(),
jgInstallationNotice
.
getCountyName
(),
jgInstallationNotice
.
getStreetName
()));
...
...
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