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
03425672
Commit
03425672
authored
Aug 28, 2025
by
tianbo
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop_tzs_register' into develop_tzs_register
parents
ba82e066
9331d0fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
JgChangeRegistrationUnitServiceImpl.java
...biz/service/impl/JgChangeRegistrationUnitServiceImpl.java
+7
-7
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/JgChangeRegistrationUnitServiceImpl.java
View file @
03425672
...
...
@@ -913,7 +913,7 @@ public class JgChangeRegistrationUnitServiceImpl extends BaseService<JgChangeReg
model
.
setCreateUserName
(
reginParams
.
getUserModel
().
getRealName
());
model
.
setUseRegistCode
(
String
.
join
(
","
,
registrationNoList
));
model
.
setEquList
(
registrationList
.
get
(
0
).
get
(
"equList"
).
toString
());
this
.
set
Full
Address
(
tableData
,
model
);
this
.
set
Equ
Address
(
tableData
,
model
);
JgChangeRegistrationUnit
registrationUnit
=
new
JgChangeRegistrationUnit
();
BeanUtils
.
copyProperties
(
model
,
registrationUnit
);
setNewUnitInfo
(
reginParams
,
registrationUnit
);
...
...
@@ -996,15 +996,15 @@ public class JgChangeRegistrationUnitServiceImpl extends BaseService<JgChangeReg
return
Collections
.
singletonList
(
model
);
}
public
void
set
Full
Address
(
Map
<
String
,
Object
>
tableData
,
JgChangeRegistrationUnitDto
model
)
{
public
void
set
Equ
Address
(
Map
<
String
,
Object
>
tableData
,
JgChangeRegistrationUnitDto
model
)
{
tableData
.
put
(
"region"
,
tableData
.
get
(
"county"
));
String
fullA
ddress
=
Stream
.
of
(
"province"
,
"city"
,
"region"
,
"street"
)
String
a
ddress
=
Stream
.
of
(
"province"
,
"city"
,
"region"
,
"street"
)
.
map
(
key
->
getRegionName
(
key
,
tableData
))
.
filter
(
s
->
!
s
.
isEmpty
())
.
collect
(
Collectors
.
joining
())
+
Objects
.
toString
(
tableData
.
get
(
"
change
Address"
),
""
);
model
.
set
FullAddress
(
fullA
ddress
);
model
.
set
Address
(
Objects
.
toString
(
tableData
.
get
(
"change
Address"
),
""
));
+
Objects
.
toString
(
tableData
.
get
(
"
full
Address"
),
""
);
model
.
set
EquAddress
(
a
ddress
);
model
.
set
FullAddress
(
Objects
.
toString
(
tableData
.
get
(
"full
Address"
),
""
));
}
/**
...
...
@@ -1414,7 +1414,7 @@ public class JgChangeRegistrationUnitServiceImpl extends BaseService<JgChangeReg
// 新证属性重置
newManage
.
setCertificateStatus
(
"已登记"
);
newManage
.
setVersion
(
1
);
newManage
.
setEquUseAddress
(
registration
.
getEquAddress
());
// 如果 equListCode = 5000,则设置车牌号
if
(
EQU_CODE_CC
.
equals
(
registrationManage
.
getEquListCode
()))
{
String
targetCode
=
registrationManage
.
getUseRegistrationCode
();
...
...
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