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
160f1e96
Commit
160f1e96
authored
Mar 29, 2024
by
刘林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(JG):车用气瓶-代办摘要修改
parent
f19322ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
JgVehicleInformationServiceImpl.java
.../jg/biz/service/impl/JgVehicleInformationServiceImpl.java
+1
-6
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/JgVehicleInformationServiceImpl.java
View file @
160f1e96
...
@@ -243,15 +243,10 @@ public class JgVehicleInformationServiceImpl extends BaseService<JgVehicleInform
...
@@ -243,15 +243,10 @@ public class JgVehicleInformationServiceImpl extends BaseService<JgVehicleInform
TaskMessageDto
taskMessageDto
=
new
TaskMessageDto
();
TaskMessageDto
taskMessageDto
=
new
TaskMessageDto
();
BeanUtil
.
copyProperties
(
vehicleInformation
,
taskMessageDto
);
BeanUtil
.
copyProperties
(
vehicleInformation
,
taskMessageDto
);
taskMessageDto
.
setEquipId
(
String
.
valueOf
(
map
.
get
(
"equipId"
)));
taskMessageDto
.
setEquipId
(
String
.
valueOf
(
map
.
get
(
"equipId"
)));
// 数据参数
dto
.
setModel
(
taskMessageDto
);
dto
.
setModel
(
taskMessageDto
);
// 摘要
dto
.
setTaskContent
(
"来自车用气瓶【"
+
vehicleInformation
.
getCarNumber
()
+
"】的登记业务办理,"
+
"【申请单号:"
+
vehicleInformation
.
getApplyNo
()
+
"】"
);
dto
.
setTaskContent
(
"来自车用气瓶"
+
vehicleInformation
.
getCarNumber
()
+
"【"
+
(
ObjectUtils
.
isEmpty
(
vehicleInformation
.
getSupervisoryCode
())
?
"无"
:
vehicleInformation
.
getSupervisoryCode
())
+
"】的业务办理,"
+
"【申请单号:"
+
vehicleInformation
.
getApplyNo
()
+
"】"
);
// 申请单号
dto
.
setTaskCode
(
vehicleInformation
.
getApplyNo
());
dto
.
setTaskCode
(
vehicleInformation
.
getApplyNo
());
// 业务类型
dto
.
setTaskType
(
String
.
valueOf
(
BusinessTypeEnum
.
JG_VEHICLE_GAS_APPLICATION
.
getCode
()));
dto
.
setTaskType
(
String
.
valueOf
(
BusinessTypeEnum
.
JG_VEHICLE_GAS_APPLICATION
.
getCode
()));
// 业务主键
dto
.
setRelationId
(
String
.
valueOf
(
vehicleInformation
.
getSequenceNbr
()));
dto
.
setRelationId
(
String
.
valueOf
(
vehicleInformation
.
getSequenceNbr
()));
dto
.
setNextExecuteUser
(
""
);
dto
.
setNextExecuteUser
(
""
);
list
.
add
(
dto
);
list
.
add
(
dto
);
...
...
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