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
99e1d262
Commit
99e1d262
authored
Feb 08, 2025
by
邢磊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*)修改装备全部导出报错
parent
f8d83515
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
10 deletions
+4
-10
AnalysisResultServiceImpl.java
...join/amos/kgd/service/impl/AnalysisResultServiceImpl.java
+3
-3
EquipmentDetailServiceImpl.java
.../equipmanage/service/impl/EquipmentDetailServiceImpl.java
+0
-6
EquipmentDetailMapper.xml
...equip/src/main/resources/mapper/EquipmentDetailMapper.xml
+1
-1
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-kgd-api/src/main/java/com/yeejoin/amos/kgd/service/impl/AnalysisResultServiceImpl.java
View file @
99e1d262
...
@@ -225,11 +225,11 @@ public class AnalysisResultServiceImpl extends ServiceImpl<AnalysisResultMapper,
...
@@ -225,11 +225,11 @@ public class AnalysisResultServiceImpl extends ServiceImpl<AnalysisResultMapper,
JSONArray
deviceIds
=
map
.
getJSONArray
(
"deviceIds"
);
JSONArray
deviceIds
=
map
.
getJSONArray
(
"deviceIds"
);
String
samplingTime
=
map
.
getString
(
"samplingTime"
);
String
samplingTime
=
map
.
getString
(
"samplingTime"
);
String
analysisResult
=
map
.
getString
(
"analysisResult"
);
String
analysisResult
=
map
.
getString
(
"analysisResult"
);
if
(
ValidationUtil
.
isEmpty
(
deviceIds
)){
throw
new
BadRequest
(
"部件编码不能为空."
);
}
Page
<
AnalysisResult
>
page
=
new
Page
<>(
size
,
size
);
Page
<
AnalysisResult
>
page
=
new
Page
<>(
size
,
size
);
if
(
ValidationUtil
.
isEmpty
(
deviceIds
)){
return
page
;
}
LambdaQueryWrapper
<
AnalysisResult
>
wrapper
=
new
LambdaQueryWrapper
<>();
LambdaQueryWrapper
<
AnalysisResult
>
wrapper
=
new
LambdaQueryWrapper
<>();
wrapper
.
in
(
AnalysisResult:
:
getDeviceId
,
deviceIds
);
wrapper
.
in
(
AnalysisResult:
:
getDeviceId
,
deviceIds
);
wrapper
.
isNotNull
(
AnalysisResult:
:
getAnalysisResult
);
wrapper
.
isNotNull
(
AnalysisResult:
:
getAnalysisResult
);
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-equip-biz/src/main/java/com/yeejoin/equipmanage/service/impl/EquipmentDetailServiceImpl.java
View file @
99e1d262
...
@@ -289,11 +289,6 @@ public class EquipmentDetailServiceImpl extends ServiceImpl<EquipmentDetailMappe
...
@@ -289,11 +289,6 @@ public class EquipmentDetailServiceImpl extends ServiceImpl<EquipmentDetailMappe
return
equipmentDetailMapper
.
getPref
(
id
);
return
equipmentDetailMapper
.
getPref
(
id
);
}
}
@Override
@Override
public
String
checkDelete
(
List
<
Long
>
ids
)
{
public
String
checkDelete
(
List
<
Long
>
ids
)
{
String
res
=
""
;
String
res
=
""
;
...
@@ -308,7 +303,6 @@ public class EquipmentDetailServiceImpl extends ServiceImpl<EquipmentDetailMappe
...
@@ -308,7 +303,6 @@ public class EquipmentDetailServiceImpl extends ServiceImpl<EquipmentDetailMappe
@Override
@Override
public
List
<
DetailssAmountVO
>
getall
()
{
public
List
<
DetailssAmountVO
>
getall
()
{
return
equipmentDetailMapper
.
getall
();
return
equipmentDetailMapper
.
getall
();
}
}
...
...
amos-boot-system-equip/src/main/resources/mapper/EquipmentDetailMapper.xml
View file @
99e1d262
...
@@ -182,7 +182,7 @@
...
@@ -182,7 +182,7 @@
-- wlp.measure,
-- wlp.measure,
wles.iot_code,
wles.iot_code,
wled.equipment_id,
wled.equipment_id,
wles.
remark
agencyName,
wles.
agency_name
agencyName,
wled.equipment_name
wled.equipment_name
FROM
FROM
wl_equipment_detail wled
wl_equipment_detail wled
...
...
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