Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-zx-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Jobs
Commits
Open sidebar
项目统一框架
一体化_户用光伏项目代码
amos-boot-zx-biz
Commits
6879fe91
Commit
6879fe91
authored
Jul 26, 2024
by
hezhuozhi
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/developer' into developer
parents
1a8f3066
baea7d1f
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
9 deletions
+9
-9
AcceptanceStatusEnum.java
.../amos/boot/module/hygf/api/Enum/AcceptanceStatusEnum.java
+1
-1
AcceptanceMapper.xml
...-api/src/main/resources/mapper/mysql/AcceptanceMapper.xml
+2
-2
AmosJxiopAnalyseApplication.java
...in/java/com/yeejoin/amos/AmosJxiopAnalyseApplication.java
+1
-1
TDBigScreenAnalyseController.java
...le/jxiop/biz/controller/TDBigScreenAnalyseController.java
+0
-0
application-dev1.properties
...nalyse-biz/src/main/resources/application-dev1.properties
+4
-4
application.properties
...iop-analyse-biz/src/main/resources/application.properties
+1
-1
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/Enum/AcceptanceStatusEnum.java
View file @
6879fe91
...
...
@@ -35,7 +35,7 @@ public enum AcceptanceStatusEnum {
线下验收完成
(
"验收完成"
,
"10"
,
"hygf_ys6"
,
"0"
),
工程审核不通过
(
"审核不通过"
,
"12"
,
"hygf_bw2"
,
"5"
);
工程审核不通过
(
"
并网
审核不通过"
,
"12"
,
"hygf_bw2"
,
"5"
);
/**
* 名称,描述
*/
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/resources/mapper/mysql/AcceptanceMapper.xml
View file @
6879fe91
...
...
@@ -22,7 +22,7 @@
WHEN bga.acceptance_status = '8' THEN '待线下验收'
WHEN bga.acceptance_status = '9' THEN '线下验收不通过'
WHEN bga.acceptance_status = '11' THEN '是否线下验收'
WHEN bga.acceptance_status = '12' THEN '并网审核不通过'
ELSE '验收完成' END AS acceptanceStatus,
bga.work_order_id workOrderId,
...
...
@@ -55,7 +55,7 @@
LEFT JOIN hygf_work_order ON hygf_work_order.sequence_nbr = bga.work_order_id
<where>
bga.is_delete = 0
AND bga.acceptance_status IS NOT NULL AND bga.acceptance_status != ''
AND bga.acceptance_status IS NOT NULL AND bga.acceptance_status != ''
AND bga.acceptance_status !=12
<if
test=
"param != null"
>
<if
test=
"param.sequenceNbr != null and param.sequenceNbr != ''"
>
AND bga.sequence_nbr = #{param.sequenceNbr}
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/AmosJxiopAnalyseApplication.java
View file @
6879fe91
...
...
@@ -84,7 +84,7 @@ public class AmosJxiopAnalyseApplication {
public
void
initMqtt
()
throws
Exception
{
if
(
openHealth
)
{
//订阅固化周期性数据成功的消息
emqKeeper
.
subscript
(
"sync_esdata_to_tdengine_notice
1
"
,
1
,
syncESDataToTdengineMqttListener
);
emqKeeper
.
subscript
(
"sync_esdata_to_tdengine_notice"
,
1
,
syncESDataToTdengineMqttListener
);
//订阅业务固化同步数据成功消息
emqKeeper
.
subscript
(
"sync_iotdata_to_tdengine_notice"
,
1
,
syncDasSuccessMqttListener
);
}
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/TDBigScreenAnalyseController.java
View file @
6879fe91
This source diff could not be displayed because it is too large. You can
view the blob
instead.
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/application-dev1.properties
View file @
6879fe91
...
...
@@ -191,13 +191,13 @@ spring.kafka.consumer.max-poll-records=30
last.month.num
=
12
#����� �㷨����
base.url.XGX
=
http://1
39.9.171.247
:8052/intelligent-analysis/correlation
base.url.XGX
=
http://1
0.20.1.29
:8052/intelligent-analysis/correlation
#�������� �㷨���õ�ַ
base.url.GKHF
=
http://1
39.9.171.247
:8052/intelligent-analysis/working-condition-division
base.url.GKHF
=
http://1
0.20.1.29
:8052/intelligent-analysis/working-condition-division
#����� �㷨����
base.url.ZXZ
=
http://1
39.9.171.247
:8052/intelligent-analysis/central-value
base.url.ZXZ
=
http://1
0.20.1.29
:8052/intelligent-analysis/central-value
#ָ���������㷨����
base.url.zsfx
:
http://1
39.9.171.247
:8052/intelligent-analysis/index-analysis
base.url.zsfx
:
http://1
0.20.1.29
:8052/intelligent-analysis/index-analysis
forecast.url
=
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/resources/application.properties
View file @
6879fe91
...
...
@@ -2,7 +2,7 @@ spring.application.name=AMOS-JXIOP-ANALYSE-CZ
server.servlet.context-path
=
/jxiop-analyse
server.port
=
33400
server.uri-encoding
=
UTF-8
spring.profiles.active
=
dev
spring.profiles.active
=
dev
1
spring.jackson.time-zone
=
GMT+8
spring.jackson.date-format
=
yyyy-MM-dd HH:mm:ss
logging.config
=
classpath:logback-${spring.profiles.active}.xml
...
...
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