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
69c0e782
Commit
69c0e782
authored
Aug 21, 2023
by
caotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.新增线程调用日志
parent
a5c8a5d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
MyServiceThread.java
...in/amos/boot/module/jxiop/biz/Thread/MyServiceThread.java
+6
-2
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/Thread/MyServiceThread.java
View file @
69c0e782
...
...
@@ -26,17 +26,21 @@ public class MyServiceThread extends Thread {
public
void
run
()
{
if
(
type
.
equals
(
SmartAnalyseEnum
.
FAN_QJHF
.
getKey
()))
{
this
.
commonService
.
getFanConditionVariablesByTime
(
this
.
startTime
,
this
.
endTime
);
logger
.
info
(
"--------------------------开始调用风机区间划分算法-----------------------"
);
logger
.
info
(
"--------------------------开始
通过线程
调用风机区间划分算法-----------------------"
);
}
else
if
(
type
.
equals
(
SmartAnalyseEnum
.
FAN_XGX
.
getKey
()))
{
this
.
commonService
.
getFanConditionVariablesByTimeAnalyse
(
startTime
,
endTime
);
logger
.
info
(
"--------------------------开始通过线程调用风机相关性算法-----------------------"
);
}
else
if
(
type
.
equals
(
SmartAnalyseEnum
.
FAN_ZXZ
.
getKey
()))
{
this
.
commonService
.
getFanConditionVariablesByTimeAnalyse1
(
startTime
,
endTime
);
logger
.
info
(
"--------------------------开始通过线程调用风机中心值算法-----------------------"
);
}
else
if
(
type
.
equals
(
SmartAnalyseEnum
.
PV_QJHF
.
getKey
()))
{
this
.
commonService
.
getPvConditionVariablesByTime
(
startTime
,
endTime
);
logger
.
info
(
"--------------------------开始通过线程调用光伏区间划分算法-----------------------"
);
}
else
if
(
type
.
equals
(
SmartAnalyseEnum
.
PV_XGX
.
getKey
()))
{
this
.
commonService
.
getPvConditionVariablesByTimeAnalyse
(
startTime
,
endTime
);
logger
.
info
(
"--------------------------开始通过线程调用光伏相关性算法-----------------------"
);
}
else
if
(
type
.
equals
(
SmartAnalyseEnum
.
PV_ZXZ
.
getKey
()))
{
this
.
commonService
.
getPvConditionVariablesByTimeAnalyse1
(
startTime
,
endTime
);
}
logger
.
info
(
"--------------------------开始通过线程调用光伏中心值算法-----------------------"
);
}
}
}
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