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
c8a90bb9
Commit
c8a90bb9
authored
Dec 23, 2025
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jg):bug处理
1.安装告知地址为null 2.维修告知设备种类名称为null
parent
34915b27
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
JgMaintainNoticeServiceImpl.java
...dule/jg/biz/service/impl/JgMaintainNoticeServiceImpl.java
+4
-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/JgMaintainNoticeServiceImpl.java
View file @
c8a90bb9
...
@@ -298,7 +298,9 @@ public class JgMaintainNoticeServiceImpl extends BaseService<JgMaintainNoticeDto
...
@@ -298,7 +298,9 @@ public class JgMaintainNoticeServiceImpl extends BaseService<JgMaintainNoticeDto
List
<
Map
<
String
,
Object
>>
deviceList
=
EquipmentClassifityEnum
.
YLGD
.
getCode
().
equals
(
equListCode
)
List
<
Map
<
String
,
Object
>>
deviceList
=
EquipmentClassifityEnum
.
YLGD
.
getCode
().
equals
(
equListCode
)
?
idxBizJgProjectContraptionMapper
.
selectPipelineList
(
equIds
)
?
idxBizJgProjectContraptionMapper
.
selectPipelineList
(
equIds
)
:
getEquipListMaps
(
esEquipmentCategory
.
findAllById
(
equIds
));
:
getEquipListMaps
(
esEquipmentCategory
.
findAllById
(
equIds
));
deviceList
.
forEach
(
item
->{
item
.
replaceAll
((
k
,
v
)
->
v
==
null
?
""
:
v
);
});
maintainInfo
.
put
(
"deviceList"
,
deviceList
);
maintainInfo
.
put
(
"deviceList"
,
deviceList
);
}
}
...
@@ -651,6 +653,7 @@ public class JgMaintainNoticeServiceImpl extends BaseService<JgMaintainNoticeDto
...
@@ -651,6 +653,7 @@ public class JgMaintainNoticeServiceImpl extends BaseService<JgMaintainNoticeDto
}
}
notice
.
setEquListCode
(
Objects
.
toString
(
tableData
.
get
(
EQU_LIST_CODE
),
""
));
notice
.
setEquListCode
(
Objects
.
toString
(
tableData
.
get
(
EQU_LIST_CODE
),
""
));
notice
.
setEquCategory
(
Objects
.
toString
(
tableData
.
get
(
EQU_CATEGORY_CODE
),
""
));
notice
.
setEquCategory
(
Objects
.
toString
(
tableData
.
get
(
EQU_CATEGORY_CODE
),
""
));
notice
.
setEquCategoryDesc
(
equipCategoryTypeHandler
.
handle
(
notice
.
getEquCategory
()));
notice
.
setInstallUnitName
(
reginParams
.
getCompany
().
getCompanyName
());
notice
.
setInstallUnitName
(
reginParams
.
getCompany
().
getCompanyName
());
notice
.
setInstallUnitCreditCode
(
reginParams
.
getCompany
().
getCompanyCode
());
notice
.
setInstallUnitCreditCode
(
reginParams
.
getCompany
().
getCompanyCode
());
notice
.
setCreateUserName
(
reginParams
.
getUserModel
().
getRealName
());
notice
.
setCreateUserName
(
reginParams
.
getUserModel
().
getRealName
());
...
...
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