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
019684d3
Commit
019684d3
authored
Mar 13, 2024
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改注释
parent
68273529
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
ApplicationRunnerImpl.java
...n/amos/boot/module/jg/biz/init/ApplicationRunnerImpl.java
+5
-0
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/init/ApplicationRunnerImpl.java
View file @
019684d3
...
...
@@ -95,26 +95,31 @@ public class ApplicationRunnerImpl implements ApplicationRunner {
jgUseRegistrations
.
forEach
(
jgUseRegistration
->
{
commonService
.
saveExecuteFlowData2Redis
(
jgUseRegistration
.
getInstanceId
(),
useRegistrationService
.
buildInstanceRuntimeData
(
jgUseRegistration
));
});
// 安装告知数据初始化
List
<
JgInstallationNotice
>
jgInstallationNotices
=
installationNoticeService
.
list
(
new
LambdaQueryWrapper
<
JgInstallationNotice
>().
ne
(
JgInstallationNotice:
:
getNoticeStatus
,
FlowStatusEnum
.
TO_BE_FINISHED
.
getCode
()));
jgInstallationNotices
.
forEach
(
jgInstallation
->
{
commonService
.
saveExecuteFlowData2Redis
(
jgInstallation
.
getInstanceId
(),
installationNoticeService
.
buildInstanceRuntimeData
(
jgInstallation
));
});
// 维修告知数据初始化
List
<
JgMaintainNotice
>
jgMaintainNotices
=
jgMaintainNoticeService
.
list
(
new
LambdaQueryWrapper
<
JgMaintainNotice
>().
ne
(
JgMaintainNotice:
:
getNoticeStatus
,
FlowStatusEnum
.
TO_BE_FINISHED
.
getCode
()));
jgMaintainNotices
.
forEach
(
jgInstallation
->
{
commonService
.
saveExecuteFlowData2Redis
(
jgInstallation
.
getInstanceId
(),
jgMaintainNoticeService
.
buildInstanceRuntimeData
(
jgInstallation
));
});
// 改造告知数据初始化
List
<
JgReformNotice
>
jgReformNotices
=
jgReformNoticeService
.
list
(
new
LambdaQueryWrapper
<
JgReformNotice
>().
ne
(
JgReformNotice:
:
getNoticeStatus
,
FlowStatusEnum
.
TO_BE_FINISHED
.
getCode
()));
jgReformNotices
.
forEach
(
jgInstallation
->
{
commonService
.
saveExecuteFlowData2Redis
(
jgInstallation
.
getInstanceId
(),
jgReformNoticeService
.
buildInstanceRuntimeData
(
jgInstallation
));
});
// 移装告知数据初始化
List
<
JgTransferNotice
>
jgTransferNotices
=
jgTransferNoticeService
.
list
(
new
LambdaQueryWrapper
<
JgTransferNotice
>().
ne
(
JgTransferNotice:
:
getNoticeStatus
,
FlowStatusEnum
.
TO_BE_FINISHED
.
getCode
()));
jgTransferNotices
.
forEach
(
jgInstallation
->
{
commonService
.
saveExecuteFlowData2Redis
(
jgInstallation
.
getInstanceId
(),
jgTransferNoticeService
.
buildInstanceRuntimeData
(
jgInstallation
));
});
// 设备移交数据初始化
List
<
JgEquipTransfer
>
jgEquipTransfers
=
jgEquipTransferService
.
list
(
new
LambdaQueryWrapper
<
JgEquipTransfer
>().
ne
(
JgEquipTransfer:
:
getApplyStatus
,
FlowStatusEnum
.
TO_BE_FINISHED
.
getCode
()));
jgEquipTransfers
.
forEach
(
jgInstallation
->
{
...
...
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