Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit bbf8fe8c
authored
Jul 14, 2023
by
丁伟峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
for test
1 parent
aa4deb43
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
project-order/src/main/java/com/dituhui/pea/order/service/impl/WorkbenchServiceImpl.java
project-order/src/main/java/com/dituhui/pea/order/service/impl/WorkbenchServiceImpl.java
View file @
bbf8fe8
...
@@ -54,7 +54,11 @@ public class WorkbenchServiceImpl implements WorkbenchService {
...
@@ -54,7 +54,11 @@ public class WorkbenchServiceImpl implements WorkbenchService {
Page
<?>
changes
;
Page
<?>
changes
;
String
levelType
=
reqDTO
.
getLevelType
();
String
levelType
=
reqDTO
.
getLevelType
();
String
levelValue
=
reqDTO
.
getLevelValue
();
String
levelValue
=
reqDTO
.
getLevelValue
();
log
.
info
(
"====== {}"
,
reqDTO
.
getDate
());
LocalDate
date
=
LocalDate
.
parse
(
reqDTO
.
getDate
(),
DateTimeFormatter
.
ofPattern
(
PATTERN_DATE
));
LocalDate
date
=
LocalDate
.
parse
(
reqDTO
.
getDate
(),
DateTimeFormatter
.
ofPattern
(
PATTERN_DATE
));
log
.
info
(
"====== {}"
,
date
);
if
(
"cluster"
.
equals
(
levelType
))
{
if
(
"cluster"
.
equals
(
levelType
))
{
changes
=
orderEventDao
.
findAllByClusterId
(
levelValue
,
date
,
pageable
);
changes
=
orderEventDao
.
findAllByClusterId
(
levelValue
,
date
,
pageable
);
}
else
if
(
"branch"
.
equals
(
levelType
))
{
}
else
if
(
"branch"
.
equals
(
levelType
))
{
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment