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
696eb39f
Commit
696eb39f
authored
Nov 08, 2024
by
hezhuozhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复电站导出
parent
9367aa55
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
RzdfkServiceImpl.java
...mos/boot/module/hygf/biz/excel/impl/RzdfkServiceImpl.java
+1
-1
RzdshServiceImpl.java
...mos/boot/module/hygf/biz/excel/impl/RzdshServiceImpl.java
+1
-1
RzwtgServiceImpl.java
...mos/boot/module/hygf/biz/excel/impl/RzwtgServiceImpl.java
+1
-1
RzyfkServiceImpl.java
...mos/boot/module/hygf/biz/excel/impl/RzyfkServiceImpl.java
+1
-1
TrdfkServiceImpl.java
...mos/boot/module/hygf/biz/excel/impl/TrdfkServiceImpl.java
+1
-1
TrdtsServiceImpl.java
...mos/boot/module/hygf/biz/excel/impl/TrdtsServiceImpl.java
+1
-1
TrwtgServiceImpl.java
...mos/boot/module/hygf/biz/excel/impl/TrwtgServiceImpl.java
+1
-1
TryfkServiceImpl.java
...mos/boot/module/hygf/biz/excel/impl/TryfkServiceImpl.java
+1
-1
TrytsServiceImpl.java
...mos/boot/module/hygf/biz/excel/impl/TrytsServiceImpl.java
+1
-1
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/excel/impl/RzdfkServiceImpl.java
View file @
696eb39f
...
@@ -32,7 +32,7 @@ public class RzdfkServiceImpl implements IExportPageService {
...
@@ -32,7 +32,7 @@ public class RzdfkServiceImpl implements IExportPageService {
if
(
Objects
.
nonNull
(
filters
))
{
if
(
Objects
.
nonNull
(
filters
))
{
params
.
putAll
(
filters
);
params
.
putAll
(
filters
);
}
}
params
.
put
(
"status"
,
Objects
.
isNull
(
filters
.
get
(
"status"
))
?
Arrays
.
asList
(
status
.
split
(
","
))
:
filters
.
get
(
"status"
));
params
.
put
(
"status"
,
Objects
.
isNull
(
filters
.
get
(
"status"
))
?
Arrays
.
asList
(
status
.
split
(
","
))
:
Arrays
.
asList
(
filters
.
get
(
"status"
)
));
params
.
put
(
"type"
,
"2"
);
params
.
put
(
"type"
,
"2"
);
return
businessFieldMapper
.
getTrStationIdByStatus
(
params
,
amosOrgCodes
);
return
businessFieldMapper
.
getTrStationIdByStatus
(
params
,
amosOrgCodes
);
}
}
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/excel/impl/RzdshServiceImpl.java
View file @
696eb39f
...
@@ -32,7 +32,7 @@ public class RzdshServiceImpl implements IExportPageService {
...
@@ -32,7 +32,7 @@ public class RzdshServiceImpl implements IExportPageService {
if
(
Objects
.
nonNull
(
filters
))
{
if
(
Objects
.
nonNull
(
filters
))
{
params
.
putAll
(
filters
);
params
.
putAll
(
filters
);
}
}
params
.
put
(
"status"
,
Objects
.
isNull
(
filters
.
get
(
"status"
))
?
Arrays
.
asList
(
status
.
split
(
","
))
:
filters
.
get
(
"status"
));
params
.
put
(
"status"
,
Objects
.
isNull
(
filters
.
get
(
"status"
))
?
Arrays
.
asList
(
status
.
split
(
","
))
:
Arrays
.
asList
(
filters
.
get
(
"status"
)
));
params
.
put
(
"type"
,
"2"
);
params
.
put
(
"type"
,
"2"
);
return
businessFieldMapper
.
getTrStationIdByStatus
(
params
,
amosOrgCodes
);
return
businessFieldMapper
.
getTrStationIdByStatus
(
params
,
amosOrgCodes
);
}
}
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/excel/impl/RzwtgServiceImpl.java
View file @
696eb39f
...
@@ -32,7 +32,7 @@ public class RzwtgServiceImpl implements IExportPageService {
...
@@ -32,7 +32,7 @@ public class RzwtgServiceImpl implements IExportPageService {
if
(
Objects
.
nonNull
(
filters
))
{
if
(
Objects
.
nonNull
(
filters
))
{
params
.
putAll
(
filters
);
params
.
putAll
(
filters
);
}
}
params
.
put
(
"status"
,
Objects
.
isNull
(
filters
.
get
(
"status"
))
?
Arrays
.
asList
(
status
.
split
(
","
))
:
filters
.
get
(
"status"
));
params
.
put
(
"status"
,
Objects
.
isNull
(
filters
.
get
(
"status"
))
?
Arrays
.
asList
(
status
.
split
(
","
))
:
Arrays
.
asList
(
filters
.
get
(
"status"
)
));
params
.
put
(
"type"
,
"2"
);
params
.
put
(
"type"
,
"2"
);
return
businessFieldMapper
.
getTrStationIdByStatus
(
params
,
amosOrgCodes
);
return
businessFieldMapper
.
getTrStationIdByStatus
(
params
,
amosOrgCodes
);
}
}
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/excel/impl/RzyfkServiceImpl.java
View file @
696eb39f
...
@@ -32,7 +32,7 @@ public class RzyfkServiceImpl implements IExportPageService {
...
@@ -32,7 +32,7 @@ public class RzyfkServiceImpl implements IExportPageService {
if
(
Objects
.
nonNull
(
filters
))
{
if
(
Objects
.
nonNull
(
filters
))
{
params
.
putAll
(
filters
);
params
.
putAll
(
filters
);
}
}
params
.
put
(
"status"
,
Objects
.
isNull
(
filters
.
get
(
"status"
))
?
Arrays
.
asList
(
status
.
split
(
","
))
:
filters
.
get
(
"status"
));
params
.
put
(
"status"
,
Objects
.
isNull
(
filters
.
get
(
"status"
))
?
Arrays
.
asList
(
status
.
split
(
","
))
:
Arrays
.
asList
(
filters
.
get
(
"status"
)
));
params
.
put
(
"type"
,
"2"
);
params
.
put
(
"type"
,
"2"
);
return
businessFieldMapper
.
getTrStationIdByStatus
(
params
,
amosOrgCodes
);
return
businessFieldMapper
.
getTrStationIdByStatus
(
params
,
amosOrgCodes
);
}
}
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/excel/impl/TrdfkServiceImpl.java
View file @
696eb39f
...
@@ -27,7 +27,7 @@ public class TrdfkServiceImpl implements IExportPageService {
...
@@ -27,7 +27,7 @@ public class TrdfkServiceImpl implements IExportPageService {
if
(
Objects
.
nonNull
(
filters
))
{
if
(
Objects
.
nonNull
(
filters
))
{
params
.
putAll
(
filters
);
params
.
putAll
(
filters
);
}
}
params
.
put
(
"status"
,
Objects
.
isNull
(
filters
.
get
(
"status"
))
?
Arrays
.
asList
(
status
.
split
(
","
))
:
filters
.
get
(
"status"
));
params
.
put
(
"status"
,
Objects
.
isNull
(
filters
.
get
(
"status"
))
?
Arrays
.
asList
(
status
.
split
(
","
))
:
Arrays
.
asList
(
filters
.
get
(
"status"
)
));
params
.
put
(
"type"
,
"1"
);
params
.
put
(
"type"
,
"1"
);
return
businessFieldMapper
.
getTrStationIdByStatus
(
params
,
amosOrgCodes
);
return
businessFieldMapper
.
getTrStationIdByStatus
(
params
,
amosOrgCodes
);
}
}
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/excel/impl/TrdtsServiceImpl.java
View file @
696eb39f
...
@@ -29,7 +29,7 @@ public class TrdtsServiceImpl implements IExportPageService {
...
@@ -29,7 +29,7 @@ public class TrdtsServiceImpl implements IExportPageService {
if
(
Objects
.
nonNull
(
filters
))
{
if
(
Objects
.
nonNull
(
filters
))
{
params
.
putAll
(
filters
);
params
.
putAll
(
filters
);
}
}
params
.
put
(
"status"
,
Objects
.
isNull
(
filters
.
get
(
"status"
))
?
Arrays
.
asList
(
status
.
split
(
","
))
:
filters
.
get
(
"status"
));
params
.
put
(
"status"
,
Objects
.
isNull
(
filters
.
get
(
"status"
))
?
Arrays
.
asList
(
status
.
split
(
","
))
:
Arrays
.
asList
(
filters
.
get
(
"status"
)
));
params
.
put
(
"type"
,
"1"
);
params
.
put
(
"type"
,
"1"
);
return
businessFieldMapper
.
getTrStationIdByStatus
(
params
,
amosOrgCodes
);
return
businessFieldMapper
.
getTrStationIdByStatus
(
params
,
amosOrgCodes
);
}
}
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/excel/impl/TrwtgServiceImpl.java
View file @
696eb39f
...
@@ -27,7 +27,7 @@ public class TrwtgServiceImpl implements IExportPageService {
...
@@ -27,7 +27,7 @@ public class TrwtgServiceImpl implements IExportPageService {
if
(
Objects
.
nonNull
(
filters
))
{
if
(
Objects
.
nonNull
(
filters
))
{
params
.
putAll
(
filters
);
params
.
putAll
(
filters
);
}
}
params
.
put
(
"status"
,
Objects
.
isNull
(
filters
.
get
(
"status"
))
?
Arrays
.
asList
(
status
.
split
(
","
))
:
filters
.
get
(
"status"
));
params
.
put
(
"status"
,
Objects
.
isNull
(
filters
.
get
(
"status"
))
?
Arrays
.
asList
(
status
.
split
(
","
))
:
Arrays
.
asList
(
filters
.
get
(
"status"
)
));
params
.
put
(
"type"
,
"1"
);
params
.
put
(
"type"
,
"1"
);
return
businessFieldMapper
.
getTrStationIdByStatus
(
params
,
amosOrgCodes
);
return
businessFieldMapper
.
getTrStationIdByStatus
(
params
,
amosOrgCodes
);
}
}
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/excel/impl/TryfkServiceImpl.java
View file @
696eb39f
...
@@ -27,7 +27,7 @@ public class TryfkServiceImpl implements IExportPageService {
...
@@ -27,7 +27,7 @@ public class TryfkServiceImpl implements IExportPageService {
if
(
Objects
.
nonNull
(
filters
))
{
if
(
Objects
.
nonNull
(
filters
))
{
params
.
putAll
(
filters
);
params
.
putAll
(
filters
);
}
}
params
.
put
(
"status"
,
Objects
.
isNull
(
filters
.
get
(
"status"
))
?
Arrays
.
asList
(
status
.
split
(
","
))
:
filters
.
get
(
"status"
));
params
.
put
(
"status"
,
Objects
.
isNull
(
filters
.
get
(
"status"
))
?
Arrays
.
asList
(
status
.
split
(
","
))
:
Arrays
.
asList
(
filters
.
get
(
"status"
)
));
params
.
put
(
"type"
,
"1"
);
params
.
put
(
"type"
,
"1"
);
return
businessFieldMapper
.
getTrStationIdByStatus
(
params
,
amosOrgCodes
);
return
businessFieldMapper
.
getTrStationIdByStatus
(
params
,
amosOrgCodes
);
}
}
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/excel/impl/TrytsServiceImpl.java
View file @
696eb39f
...
@@ -27,7 +27,7 @@ public class TrytsServiceImpl implements IExportPageService {
...
@@ -27,7 +27,7 @@ public class TrytsServiceImpl implements IExportPageService {
if
(
Objects
.
nonNull
(
filters
)){
if
(
Objects
.
nonNull
(
filters
)){
params
.
putAll
(
filters
);
params
.
putAll
(
filters
);
}
}
params
.
put
(
"status"
,
Objects
.
isNull
(
filters
.
get
(
"status"
))
?
Arrays
.
asList
(
status
.
split
(
","
))
:
filters
.
get
(
"status"
));
params
.
put
(
"status"
,
Objects
.
isNull
(
filters
.
get
(
"status"
))
?
Arrays
.
asList
(
status
.
split
(
","
))
:
Arrays
.
asList
(
filters
.
get
(
"status"
)
));
params
.
put
(
"type"
,
"1"
);
params
.
put
(
"type"
,
"1"
);
return
businessFieldMapper
.
getTrStationIdByStatus
(
params
,
amosOrgCodes
);
return
businessFieldMapper
.
getTrStationIdByStatus
(
params
,
amosOrgCodes
);
}
}
...
...
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