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
daaa90da
Commit
daaa90da
authored
Nov 18, 2024
by
hezhuozhi
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/developer_bw' into developer_bw
parents
82c57c1e
39b72109
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
8 deletions
+7
-8
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
PreparationMoneyMapper.xml
...rc/main/resources/mapper/mysql/PreparationMoneyMapper.xml
+2
-2
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 @
daaa90da
...
...
@@ -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 @
daaa90da
...
...
@@ -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>
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/resources/mapper/mysql/PreparationMoneyMapper.xml
View file @
daaa90da
...
...
@@ -39,10 +39,10 @@ LEFT JOIN hygf_document_station on hygf_document_station.station_id=hygf_peasan
and hygf_preparation_money.delivery_state != '已作废' and hygf_preparation_money.delivery_state != '待发货'
</if>
<if
test=
"dto.deliveryTimeStart != null and dto.deliveryTimeStart != ''"
>
and hygf_preparation_money.delivery_time
>
= #{dto.deliveryTime
End
}
and hygf_preparation_money.delivery_time
>
= #{dto.deliveryTime
Start
}
</if>
<if
test=
"dto.deliveryTimeEnd != null and dto.deliveryTimeEnd != ''"
>
and hygf_preparation_money.delivery_time
<
=
>
#{dto.deliveryTimeEnd}
and hygf_preparation_money.delivery_time
<
= #{dto.deliveryTimeEnd}
</if>
</where>
ORDER BY hygf_preparation_money.sequence_nbr DESC
...
...
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