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
5eccb7f6
Commit
5eccb7f6
authored
Nov 15, 2024
by
朱晨阳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
电站管理列表修改
parent
317f2fb4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
PowerStationDto.java
...eejoin/amos/boot/module/hygf/api/dto/PowerStationDto.java
+2
-2
PowerStationMapper.xml
...pi/src/main/resources/mapper/mysql/PowerStationMapper.xml
+3
-4
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/java/com/yeejoin/amos/boot/module/hygf/api/dto/PowerStationDto.java
View file @
5eccb7f6
...
...
@@ -101,6 +101,6 @@ public class PowerStationDto extends BaseDto {
private
String
realScale
;
@ApiModelProperty
(
value
=
"省份"
)
private
String
province
;
@ApiModelProperty
(
value
=
"
制单日期
"
)
private
String
creatorTim
e
;
@ApiModelProperty
(
value
=
"
经销商首次确认时间
"
)
private
String
firstSubmitDat
e
;
}
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/resources/mapper/mysql/PowerStationMapper.xml
View file @
5eccb7f6
...
...
@@ -35,7 +35,7 @@
SUBSTRING_INDEX(ph.project_address_name, '/', 1) AS province,
lc.stamp_status,
lc.status,
hsi.creator_tim
e
ps.kc_create_time AS firstSubmitDat
e
FROM
hygf_power_station ps
LEFT JOIN (
...
...
@@ -57,7 +57,6 @@
ON lc.peasant_household_id = ps.peasant_household_id
LEFT JOIN hygf_peasant_household ph
ON ph.sequence_nbr = ps.peasant_household_id
LEFT JOIN (select sequence_nbr, creator_time from hygf_survey_information ) hsi on ph.survey_information_id = hsi.sequence_nbr
WHERE
ps.is_delete = 0
<if
test=
"powerStationCode != null and powerStationCode != ''"
>
...
...
@@ -88,10 +87,10 @@
AND lc.status = #{status}
</if>
<if
test=
"startTime != null and startTime != ''"
>
AND
hsi.creator
_time
>
= #{startTime}
AND
ps.kc_create
_time
>
= #{startTime}
</if>
<if
test=
"endTime != null and endTime != ''"
>
AND
hsi.creator
_time
<
= #{endTime}
AND
ps.kc_create
_time
<
= #{endTime}
</if>
ORDER BY ps.rec_date DESC
</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