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
4656ba5e
Commit
4656ba5e
authored
Nov 02, 2023
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改户用光伏电站监控场站状态
parent
af7d6601
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
CommerceDto.java
...om/yeejoin/amos/boot/module/hygf/api/dto/CommerceDto.java
+1
-1
UnitInformation.java
...eejoin/amos/boot/module/hygf/api/dto/UnitInformation.java
+2
-2
JpStationMapper.xml
...f-api/src/main/resources/mapper/mysql/JpStationMapper.xml
+2
-0
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/dto/CommerceDto.java
View file @
4656ba5e
...
@@ -77,7 +77,7 @@ public class CommerceDto {
...
@@ -77,7 +77,7 @@ public class CommerceDto {
public
void
setLegalPersonCardPhotoBackUrl
(
List
<
FileDto
>
legalPersonCardPhotoBackUrl
)
{
public
void
setLegalPersonCardPhotoBackUrl
(
List
<
FileDto
>
legalPersonCardPhotoBackUrl
)
{
String
url
=
null
;
String
url
=
null
;
if
(
legalPersonCardPhotoBackUrl
!=
null
&&!
legalPersonCardPhotoBackUrl
.
isEmpty
()
&&!
legalPersonCardPhotoBackUrl
.
isEmpty
()
){
if
(
legalPersonCardPhotoBackUrl
!=
null
&&!
legalPersonCardPhotoBackUrl
.
isEmpty
()){
url
=
legalPersonCardPhotoBackUrl
.
get
(
0
).
getUrl
();
url
=
legalPersonCardPhotoBackUrl
.
get
(
0
).
getUrl
();
}
}
this
.
legalPersonCardPhotoBack
=
url
;
this
.
legalPersonCardPhotoBack
=
url
;
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/dto/UnitInformation.java
View file @
4656ba5e
...
@@ -150,7 +150,7 @@ public class UnitInformation {
...
@@ -150,7 +150,7 @@ public class UnitInformation {
public
void
setHeadCardPhotoFrontUrl
(
List
<
FileDto
>
headCardPhotoFrontUrl
)
{
public
void
setHeadCardPhotoFrontUrl
(
List
<
FileDto
>
headCardPhotoFrontUrl
)
{
String
url
=
null
;
String
url
=
null
;
if
(
headCardPhotoFrontUrl
!=
null
&&!
this
.
headCardPhotoFrontUrl
.
isEmpty
()&&!
headCardPhotoFrontUrl
.
isEmpty
()){
if
(
headCardPhotoFrontUrl
!=
null
&&!
headCardPhotoFrontUrl
.
isEmpty
()){
url
=
headCardPhotoFrontUrl
.
get
(
0
).
getUrl
();
url
=
headCardPhotoFrontUrl
.
get
(
0
).
getUrl
();
}
}
...
@@ -160,7 +160,7 @@ public class UnitInformation {
...
@@ -160,7 +160,7 @@ public class UnitInformation {
public
void
setHeadCardPhotoBackUrl
(
List
<
FileDto
>
headCardPhotoBackUrl
)
{
public
void
setHeadCardPhotoBackUrl
(
List
<
FileDto
>
headCardPhotoBackUrl
)
{
String
url
=
null
;
String
url
=
null
;
if
(
headCardPhotoBackUrl
!=
null
&&!
this
.
headCardPhotoBackUrl
.
isEmpty
()&&!
headCardPhotoBackUrl
.
isEmpty
()){
if
(
headCardPhotoBackUrl
!=
null
&&!
headCardPhotoBackUrl
.
isEmpty
()){
url
=
headCardPhotoBackUrl
.
get
(
0
).
getUrl
();
url
=
headCardPhotoBackUrl
.
get
(
0
).
getUrl
();
}
}
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/resources/mapper/mysql/JpStationMapper.xml
View file @
4656ba5e
...
@@ -146,6 +146,8 @@
...
@@ -146,6 +146,8 @@
</foreach>
</foreach>
</if>
</if>
and hygf_jp_station.`state` is not null and hygf_jp_station.`state` in ("在线","报警","离线")
and hygf_jp_station.`state` is not null and hygf_jp_station.`state` in ("在线","报警","离线")
GROUP BY state
</where>
</where>
</select>
</select>
...
...
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