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
93d3b1fa
Commit
93d3b1fa
authored
Aug 05, 2022
by
王鹿鹿
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
任务 8137
parent
9a73e593
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
TopographyController.java
.../yeejoin/equipmanage/controller/TopographyController.java
+4
-4
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-equip-biz/src/main/java/com/yeejoin/equipmanage/controller/TopographyController.java
View file @
93d3b1fa
...
@@ -1186,7 +1186,7 @@ public class TopographyController extends AbstractBaseController {
...
@@ -1186,7 +1186,7 @@ public class TopographyController extends AbstractBaseController {
Date
dDate
=
DateUtils
.
getCurrentMonthEndTime
(
DateUtils
.
dateParse
(
DateUtils
.
dateToStringY
(
beginDate
)
+
"-"
+
i
,
DateUtils
.
MONTH_PATTERN
));
Date
dDate
=
DateUtils
.
getCurrentMonthEndTime
(
DateUtils
.
dateParse
(
DateUtils
.
dateToStringY
(
beginDate
)
+
"-"
+
i
,
DateUtils
.
MONTH_PATTERN
));
for
(
String
dat
:
dates
)
{
for
(
String
dat
:
dates
)
{
if
(
DateUtils
.
belongCalendar
(
dateParse
(
dat
),
bDate
,
dDate
))
{
if
(
DateUtils
.
belongCalendar
(
dateParse
(
dat
),
bDate
,
dDate
))
{
if
(
"
T
rue"
.
equals
(
timeAndValue
.
get
(
dat
)))
{
if
(
"
t
rue"
.
equals
(
timeAndValue
.
get
(
dat
)))
{
num
++;
num
++;
}
}
}
}
...
@@ -1232,7 +1232,7 @@ public class TopographyController extends AbstractBaseController {
...
@@ -1232,7 +1232,7 @@ public class TopographyController extends AbstractBaseController {
for
(
String
dat
:
dates
)
{
for
(
String
dat
:
dates
)
{
if
(
DateUtils
.
belongCalendar
(
dateParse
(
dat
),
bDate
,
dDate
))
{
if
(
DateUtils
.
belongCalendar
(
dateParse
(
dat
),
bDate
,
dDate
))
{
if
(
"
T
rue"
.
equals
(
timeAndValue
.
get
(
dat
)))
{
if
(
"
t
rue"
.
equals
(
timeAndValue
.
get
(
dat
)))
{
num
++;
num
++;
}
}
}
}
...
@@ -1282,13 +1282,13 @@ public class TopographyController extends AbstractBaseController {
...
@@ -1282,13 +1282,13 @@ public class TopographyController extends AbstractBaseController {
if
(
i
==
datesFinal
.
size
()
-
1
)
{
if
(
i
==
datesFinal
.
size
()
-
1
)
{
if
(
DateUtils
.
belongCalendar
(
dateParse
(
dat
),
datesFinal
.
get
(
i
),
if
(
DateUtils
.
belongCalendar
(
dateParse
(
dat
),
datesFinal
.
get
(
i
),
DateUtils
.
getCurrentDayEndTime
(
datesFinal
.
get
(
i
))))
{
DateUtils
.
getCurrentDayEndTime
(
datesFinal
.
get
(
i
))))
{
if
(
"
T
rue"
.
equals
(
timeAndValue
.
get
(
dat
)))
{
if
(
"
t
rue"
.
equals
(
timeAndValue
.
get
(
dat
)))
{
num
++;
num
++;
}
}
}
}
}
else
{
}
else
{
if
(
DateUtils
.
belongCalendar
(
dateParse
(
dat
),
datesFinal
.
get
(
i
),
datesFinal
.
get
(
i
+
1
)))
{
if
(
DateUtils
.
belongCalendar
(
dateParse
(
dat
),
datesFinal
.
get
(
i
),
datesFinal
.
get
(
i
+
1
)))
{
if
(
"
T
rue"
.
equals
(
timeAndValue
.
get
(
dat
)))
{
if
(
"
t
rue"
.
equals
(
timeAndValue
.
get
(
dat
)))
{
num
++;
num
++;
}
}
}
}
...
...
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