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
9f0c79a4
Commit
9f0c79a4
authored
Mar 01, 2024
by
liguofu@yeejoin.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/developer' into developer
parents
3abcd2d5
b8d68d32
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
TdengineTimeServiceImpl.java
...odule/jxiop/biz/service/impl/TdengineTimeServiceImpl.java
+2
-2
IdxBizTableMapper.xml
...z/src/main/resources/mapper/cluster/IdxBizTableMapper.xml
+1
-1
McbWarningServiceImpl.java
.../module/jxiop/biz/service/impl/McbWarningServiceImpl.java
+1
-1
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/TdengineTimeServiceImpl.java
View file @
9f0c79a4
...
@@ -122,7 +122,7 @@ public class TdengineTimeServiceImpl {
...
@@ -122,7 +122,7 @@ public class TdengineTimeServiceImpl {
/**
/**
* 风电 - 按天生成测点、子系统、设备、场站、区域 数据
* 风电 - 按天生成测点、子系统、设备、场站、区域 数据
*/
*/
@Scheduled
(
cron
=
"0 0 0 1/1 * ? "
)
@Scheduled
(
cron
=
"0 0
5
0 1/1 * ? "
)
public
void
insertDayData
()
throws
ParseException
{
public
void
insertDayData
()
throws
ParseException
{
if
(!
openHealth
)
{
if
(!
openHealth
)
{
return
;
return
;
...
@@ -259,7 +259,7 @@ public class TdengineTimeServiceImpl {
...
@@ -259,7 +259,7 @@ public class TdengineTimeServiceImpl {
/**
/**
* 光伏 - 按天生成 测点、设备、子阵、场站和片区数据
* 光伏 - 按天生成 测点、设备、子阵、场站和片区数据
*/
*/
@Scheduled
(
cron
=
"0 0 0 1/1 * ? "
)
@Scheduled
(
cron
=
"0 0
5
0 1/1 * ? "
)
public
void
insertDayDataPv
()
throws
ParseException
{
public
void
insertDayDataPv
()
throws
ParseException
{
if
(!
openHealth
)
{
if
(!
openHealth
)
{
return
;
return
;
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/mapper/cluster/IdxBizTableMapper.xml
View file @
9f0c79a4
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<if
test=
"gatewayIds.size() > 0"
>
<if
test=
"gatewayIds.size() > 0"
>
AND ORG_CODE IN
AND ORG_CODE IN
<foreach
collection=
"gatewayIds"
item=
"item"
open=
"("
separator=
","
close=
")"
>
<foreach
collection=
"gatewayIds"
item=
"item"
open=
"("
separator=
","
close=
")"
>
$
{item}
#
{item}
</foreach>
</foreach>
</if>
</if>
<if
test=
"gatewayIds.size() == 0"
>
<if
test=
"gatewayIds.size() == 0"
>
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/McbWarningServiceImpl.java
View file @
9f0c79a4
...
@@ -298,7 +298,7 @@ public class McbWarningServiceImpl implements IMcbWarningService {
...
@@ -298,7 +298,7 @@ public class McbWarningServiceImpl implements IMcbWarningService {
{
{
projectOrgCodes
.
add
(
"NULL"
);
projectOrgCodes
.
add
(
"NULL"
);
}
}
FeignClientResult
<
Object
>
result
=
mcbWarningFeign
.
getLampList
List
(
questionRectificationStatus
,
projectOrgCodes
,
"in"
);
FeignClientResult
<
Object
>
result
=
mcbWarningFeign
.
getLampList
(
questionRectificationStatus
,
projectOrgCodes
,
"in"
);
return
result
.
getResult
();
return
result
.
getResult
();
}
}
...
...
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