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
c50cdb7b
Commit
c50cdb7b
authored
Aug 16, 2024
by
邢磊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*)修改取值问题
parent
c8a4ae31
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
AlertCalledServiceImpl.java
...ule/elevator/biz/service/impl/AlertCalledServiceImpl.java
+7
-1
No files found.
amos-boot-system-tzs/amos-boot-module-96333/amos-boot-module-96333-biz/src/main/java/com/yeejoin/amos/boot/module/elevator/biz/service/impl/AlertCalledServiceImpl.java
View file @
c50cdb7b
...
@@ -58,6 +58,7 @@ import org.springframework.core.io.Resource;
...
@@ -58,6 +58,7 @@ import org.springframework.core.io.Resource;
import
org.springframework.stereotype.Service
;
import
org.springframework.stereotype.Service
;
import
org.springframework.transaction.annotation.Transactional
;
import
org.springframework.transaction.annotation.Transactional
;
import
org.typroject.tyboot.core.foundation.utils.Bean
;
import
org.typroject.tyboot.core.foundation.utils.Bean
;
import
org.typroject.tyboot.core.foundation.utils.DateUtil
;
import
org.typroject.tyboot.core.foundation.utils.ValidationUtil
;
import
org.typroject.tyboot.core.foundation.utils.ValidationUtil
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
org.typroject.tyboot.core.rdbms.service.BaseService
;
import
org.typroject.tyboot.core.restful.exception.instance.BadRequest
;
import
org.typroject.tyboot.core.restful.exception.instance.BadRequest
;
...
@@ -1275,6 +1276,11 @@ public class AlertCalledServiceImpl extends BaseService<AlertCalledDto,AlertCall
...
@@ -1275,6 +1276,11 @@ public class AlertCalledServiceImpl extends BaseService<AlertCalledDto,AlertCall
HashMap
<
String
,
Object
>
qrcode
=
new
HashMap
<>();
HashMap
<
String
,
Object
>
qrcode
=
new
HashMap
<>();
if
(!
ObjectUtils
.
isEmpty
(
alertCalledFormVo
.
getAlertCalledDto
()))
{
if
(!
ObjectUtils
.
isEmpty
(
alertCalledFormVo
.
getAlertCalledDto
()))
{
qrcode
.
put
(
"value"
,
alertCalledFormVo
.
getAlertCalledDto
().
getRegistrationCode
());
qrcode
.
put
(
"value"
,
alertCalledFormVo
.
getAlertCalledDto
().
getRegistrationCode
());
try
{
qrcode
.
put
(
"problemTime"
,
DateUtil
.
formatDate
(
new
Date
(),
DateUtil
.
Y_M_D_HMS
));
}
catch
(
Exception
e
)
{
e
.
printStackTrace
();
}
}
}
// 96333码
// 96333码
HashMap
<
String
,
Object
>
qrcode2
=
new
HashMap
<>();
HashMap
<
String
,
Object
>
qrcode2
=
new
HashMap
<>();
...
@@ -1284,7 +1290,7 @@ public class AlertCalledServiceImpl extends BaseService<AlertCalledDto,AlertCall
...
@@ -1284,7 +1290,7 @@ public class AlertCalledServiceImpl extends BaseService<AlertCalledDto,AlertCall
datas
.
put
(
"datas"
,
records
);
datas
.
put
(
"datas"
,
records
);
datas
.
put
(
"title"
,
"处置记录"
);
datas
.
put
(
"title"
,
"处置记录"
);
datas
.
put
(
"renderType"
,
"timeline"
);
datas
.
put
(
"renderType"
,
"timeline"
);
keyinfoData
.
put
(
"title"
,
objectMap
.
get
(
"useUnitName"
));
keyinfoData
.
put
(
"title"
,
ObjectUtils
.
isEmpty
(
useUnitMap
.
get
(
"useUnitName"
))
?
null
:
String
.
valueOf
(
useUnitMap
.
get
(
"useUnitName"
)
));
keyinfoData
.
put
(
"keyParams"
,
jsonData
);
keyinfoData
.
put
(
"keyParams"
,
jsonData
);
keyinfoData
.
put
(
"infoRecords"
,
datas
);
keyinfoData
.
put
(
"infoRecords"
,
datas
);
keyinfoData
.
put
(
"qrcode"
,
qrcode
);
keyinfoData
.
put
(
"qrcode"
,
qrcode
);
...
...
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