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
12389751
Commit
12389751
authored
Mar 31, 2025
by
韩桐桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
三环认领BUG
parent
2a120aa3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ShCarServiceImpl.java
...mos/boot/module/jg/biz/service/impl/ShCarServiceImpl.java
+2
-2
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/ShCarServiceImpl.java
View file @
12389751
...
...
@@ -343,7 +343,7 @@ public class ShCarServiceImpl extends BaseService<ShCar, ShCar, ShCarMapper> imp
// 3.1 生成使用登记证管理表信息(JgUseRegistrationManage )
Map
<
String
,
String
>
equType
=
new
HashMap
<>();
equType
.
put
(
"equList"
,
"压力容器"
);
equType
.
put
(
"equListCode"
,
"2
3
00"
);
equType
.
put
(
"equListCode"
,
"2
0
00"
);
equType
.
put
(
"equCategory"
,
"气瓶"
);
equType
.
put
(
"equCategoryCode"
,
"2300"
);
equType
.
put
(
"equDefine"
,
"特种气瓶"
);
...
...
@@ -351,7 +351,7 @@ public class ShCarServiceImpl extends BaseService<ShCar, ShCar, ShCarMapper> imp
BigDecimal
totalVolume
=
equList
.
stream
().
map
(
x
->
new
BigDecimal
(
String
.
valueOf
(
JSON
.
parseObject
(
JSON
.
toJSONString
(
x
)).
get
(
"singleBottleVolume"
))))
.
reduce
(
BigDecimal
.
ZERO
,
BigDecimal:
:
add
);
JgUseRegistrationManage
registrationManage
=
JgUseRegistrationManage
.
builder
()
.
equList
(
"压力容器"
).
equListCode
(
"2
3
00"
)
.
equList
(
"压力容器"
).
equListCode
(
"2
0
00"
)
.
equCategory
(
"气瓶"
).
equCategoryCode
(
"2300"
)
.
equDefine
(
"特种气瓶"
).
equDefineCode
(
"23T0"
)
.
useUnitName
(
jgVehicleInformation
.
getUseUnitName
())
...
...
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