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
fe622688
Commit
fe622688
authored
Jun 20, 2024
by
张森
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
定时任务问题处理
parent
73aed6f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
PlanServiceImpl.java
...in/amos/patrol/business/service/impl/PlanServiceImpl.java
+9
-0
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-patrol-biz/src/main/java/com/yeejoin/amos/patrol/business/service/impl/PlanServiceImpl.java
View file @
fe622688
...
...
@@ -79,6 +79,15 @@ public class PlanServiceImpl implements IPlanService {
param
.
setCreateBy
(
oriPlan
.
getCreateBy
());
param
.
setLastUpdBy
(
user_id
);
param
.
setFirstFlag
(
XJConstant
.
PLAN_FIRST_STATUS_YES
);
if
(
Objects
.
equals
(
oriPlan
.
getRemark
(),
param
.
getRemark
())
&&
Objects
.
equals
(
oriPlan
.
getPlanType
(),
param
.
getPlanType
())
&&
Objects
.
equals
(
oriPlan
.
getPlanBegin
(),
param
.
getPlanBegin
())
&&
Objects
.
equals
(
oriPlan
.
getPlanEnd
(),
param
.
getPlanEnd
())
&&
Objects
.
equals
(
oriPlan
.
getIsFixedDate
(),
param
.
getIsFixedDate
())
&&
Objects
.
equals
(
oriPlan
.
getDayRate
(),
param
.
getDayRate
())
)
{
param
.
setNextGenDate
(
oriPlan
.
getNextGenDate
());
}
}
if
(
XJConstant
.
FIX_DATE_NO
.
equals
(
param
.
getIsFixedDate
())
&&
(
XJConstant
.
PLAN_TYPE_MONTH
.
equals
(
param
.
getPlanType
())
||
XJConstant
.
PLAN_TYPE_YEAR
.
equals
(
param
.
getPlanType
())
)){
param
.
setDayBegin
(
DateUtil
.
formatStrToTime
(
"00:00:00"
));
...
...
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