Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gf_back
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tianchao
gf_back
Commits
c3f7c927
Commit
c3f7c927
authored
Nov 13, 2024
by
ZWT
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
得到的
parent
844a1894
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
C09-base/pps-core-base/src/main/java/pps/core/base/service/BasePriceStrategyCloudServiceImpl.java
.../core/base/service/BasePriceStrategyCloudServiceImpl.java
+3
-3
No files found.
C09-base/pps-core-base/src/main/java/pps/core/base/service/BasePriceStrategyCloudServiceImpl.java
View file @
c3f7c927
...
@@ -43,15 +43,15 @@ public class BasePriceStrategyCloudServiceImpl implements IBasePriceStrategyClou
...
@@ -43,15 +43,15 @@ public class BasePriceStrategyCloudServiceImpl implements IBasePriceStrategyClou
List
<
BasePriceStrategyDetailEnt
>
detailList
=
detailMapper
.
selectList
(
List
<
BasePriceStrategyDetailEnt
>
detailList
=
detailMapper
.
selectList
(
new
QueryWrapper
<
BasePriceStrategyDetailEnt
>()
new
QueryWrapper
<
BasePriceStrategyDetailEnt
>()
.
select
(
"*"
,
.
select
(
"*"
,
"STR_TO_DATE( CONCAT(
start_time
, ':00' ), '%H:%i:%s' ) AS openTime"
,
"STR_TO_DATE( CONCAT(
START_TIME
, ':00' ), '%H:%i:%s' ) AS openTime"
,
"STR_TO_DATE( CONCAT(
end_time
, ':00' ), '%H:%i:%s' ) AS closeTime"
"STR_TO_DATE( CONCAT(
END_TIME
, ':00' ), '%H:%i:%s' ) AS closeTime"
)
)
.
lambda
()
.
lambda
()
.
eq
(
BaseModel:
:
getIsDeleted
,
BusinessConstant
.
ONE
)
.
eq
(
BaseModel:
:
getIsDeleted
,
BusinessConstant
.
ONE
)
.
eq
(
CharSequenceUtil
.
isNotBlank
(
input
.
getStrategyMonth
()),
BasePriceStrategyDetailEnt:
:
getStrategyMonth
,
input
.
getStrategyMonth
())
.
eq
(
CharSequenceUtil
.
isNotBlank
(
input
.
getStrategyMonth
()),
BasePriceStrategyDetailEnt:
:
getStrategyMonth
,
input
.
getStrategyMonth
())
.
in
(
CollUtil
.
isNotEmpty
(
input
.
getMonthList
()),
BasePriceStrategyDetailEnt:
:
getStrategyMonth
,
input
.
getMonthList
())
.
in
(
CollUtil
.
isNotEmpty
(
input
.
getMonthList
()),
BasePriceStrategyDetailEnt:
:
getStrategyMonth
,
input
.
getMonthList
())
.
eq
(
CharSequenceUtil
.
isNotBlank
(
periodTypeKey
),
BasePriceStrategyDetailEnt:
:
getPeriodTypeKey
,
periodTypeKey
)
.
eq
(
CharSequenceUtil
.
isNotBlank
(
periodTypeKey
),
BasePriceStrategyDetailEnt:
:
getPeriodTypeKey
,
periodTypeKey
)
.
apply
(
CharSequenceUtil
.
isNotBlank
(
lineId
),
"
strategy_id = ( SELECT strategy_id FROM base_power_line WHERE id
= {0} ) "
,
lineId
)
.
apply
(
CharSequenceUtil
.
isNotBlank
(
lineId
),
"
STRATEGY_ID = ( SELECT STRATEGY_ID FROM BASE_POWER_LINE WHERE ID
= {0} ) "
,
lineId
)
.
orderByAsc
(
BasePriceStrategyDetailEnt:
:
getStartTime
)
.
orderByAsc
(
BasePriceStrategyDetailEnt:
:
getStartTime
)
);
);
List
<
GetBasePriceStrategyDetailOutput
>
outputs
;
List
<
GetBasePriceStrategyDetailOutput
>
outputs
;
...
...
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