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
0ae077cf
Commit
0ae077cf
authored
Aug 15, 2023
by
caotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工况区间划分、分析变量与工况变量相关性、中心值相关代码提交
parent
7545a034
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
28 deletions
+13
-28
TestController.java
...amos/boot/module/jxiop/biz/controller/TestController.java
+13
-28
CommonServiceImpl.java
...boot/module/jxiop/biz/service/impl/CommonServiceImpl.java
+0
-0
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/TestController.java
View file @
0ae077cf
...
...
@@ -20,44 +20,29 @@ import java.util.List;
* @date 2023-08-11
*/
@RestController
@Api
(
tags
=
"工况测点
测试
"
)
@Api
(
tags
=
"工况测点
Controller
"
)
@RequestMapping
(
value
=
"/test"
)
public
class
TestController
extends
BaseController
{
@Autowired
CommonServiceImpl
commonServiceImpl
;
/**
* 列表全部数据查询
*
* @return
*/
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"列表全部数据查询-风电"
,
notes
=
"列表全部数据查询"
)
@GetMapping
(
value
=
"/listfan"
)
public
ResponseModel
<
List
<
IdxBizC80c
>>
selectForListFan
()
{
return
ResponseHelper
.
buildResponse
(
commonServiceImpl
.
getAllFanstationTestPoint
().
subList
(
0
,
20
));
}
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"
列表全部数据查询-光伏"
,
notes
=
"列表全部数据查询
"
)
@GetMapping
(
value
=
"/
listpv
"
)
public
ResponseModel
<
List
<
IdxBizHjev
>>
selectForListPV
(
)
{
return
ResponseHelper
.
buildResponse
(
commonServiceImpl
.
getAllPVstationTestPoint
().
subList
(
0
,
20
)
);
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"
工况测点区间划分"
,
notes
=
"工况测点区间划分
"
)
@GetMapping
(
value
=
"/
getConditionVariablesByTime
"
)
public
void
getConditionVariablesByTime
(
@RequestParam
String
startTime
,
@RequestParam
String
endTime
)
{
commonServiceImpl
.
getConditionVariablesByTime
(
startTime
,
endTime
);
}
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"
test"
,
notes
=
"列表全部数据查询
"
)
@GetMapping
(
value
=
"/
test
"
)
public
void
selectForListTest
(
)
{
commonServiceImpl
.
get
IdxBizUxfvList
(
);
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"
相关性分析"
,
notes
=
"相关性分析
"
)
@GetMapping
(
value
=
"/
getConditionVariablesByTimeAnalyse
"
)
public
void
getConditionVariablesByTimeAnalyse
(
@RequestParam
String
startTime
,
@RequestParam
String
endTime
)
{
commonServiceImpl
.
get
ConditionVariablesByTimeAnalyse
(
startTime
,
endTime
);
}
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"
test"
,
notes
=
"列表全部数据查询
"
)
@GetMapping
(
value
=
"/get
DateByTime
"
)
public
void
get
DateByTime
(
@RequestParam
String
startTime
,
@RequestParam
String
endTime
)
{
commonServiceImpl
.
getConditionVariablesByTime
(
startTime
,
endTime
);
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"
中心值计算"
,
notes
=
"中心值计算
"
)
@GetMapping
(
value
=
"/get
ConditionVariablesByTimeAnalyse1
"
)
public
void
get
ConditionVariablesByTimeAnalyse1
(
@RequestParam
String
startTime
,
@RequestParam
String
endTime
)
{
commonServiceImpl
.
getConditionVariablesByTime
Analyse1
(
startTime
,
endTime
);
}
}
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/CommonServiceImpl.java
View file @
0ae077cf
This diff is collapsed.
Click to expand it.
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