Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AmosBankPatrolRoot
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
1
Merge Requests
1
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
bank
AmosBankPatrolRoot
Commits
73bf7ffb
Commit
73bf7ffb
authored
Jan 04, 2021
by
taabe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、停止公开所有端点
2、修改生成计划任务执行日期bug 3、p_plan_task user_id字段更改类型为text
parent
1f15992d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
2 deletions
+19
-2
PlanTaskUtil.java
...ejoin/amos/patrol/service/business/util/PlanTaskUtil.java
+4
-0
application.properties
...BankPatrolStart/src/main/resources/application.properties
+7
-2
patrol-1.0.0.xml
...rolStart/src/main/resources/db/changelog/patrol-1.0.0.xml
+8
-0
No files found.
AmosBankPatrolService/src/main/java/com/yeejoin/amos/patrol/service/business/util/PlanTaskUtil.java
View file @
73bf7ffb
...
...
@@ -346,6 +346,8 @@ public class PlanTaskUtil {
init
=
init
+
exeInt
;
mounthFirstDate
=
DateUtil
.
getIntervalDate
(
DateUtil
.
getEndMonthDate
(
exeDate
,
init
),
1
);
}
}
else
{
return
null
;
}
}
}
else
if
(
XJConstant
.
FIX_DATE_NO
.
equals
(
isFixDate
))
{
...
...
@@ -411,6 +413,8 @@ public class PlanTaskUtil {
}
init
=
init
+
exeInt
;
strPlanDegin
=
DateUtil
.
getIntervalYearDate
(
exeDate
,
init
);
}
else
{
return
null
;
}
}
}
...
...
AmosBankPatrolStart/src/main/resources/application.properties
View file @
73bf7ffb
...
...
@@ -9,4 +9,9 @@ spring.jackson.dateFormat=yyyy-MM-dd HH:mm:ss
AmosRisk.fegin.name
=
YeeAmosRiskMode-237
Push.fegin.name
=
JPUSH
\ No newline at end of file
Push.fegin.name
=
JPUSH
#停止通过WEB公开所有端点
management.endpoints.web.exposure.exclude
=
*
#停止通过JMX公开所有端点
management.endpoints.jmx.exposure.exclude
=
*
\ No newline at end of file
AmosBankPatrolStart/src/main/resources/db/changelog/patrol-1.0.0.xml
View file @
73bf7ffb
...
...
@@ -63,4 +63,11 @@
ADD COLUMN `executor_date` datetime DEFAULT NULL COMMENT '执行时间';
</sql>
</changeSet>
<changeSet
id=
"1580000025-2"
author=
"tb"
>
<preConditions
onFail=
"MARK_RAN"
>
<columnExists
columnName=
"user_id"
tableName=
"p_plan_task"
/>
</preConditions>
<sql>
ALTER TABLE `p_plan_task`MODIFY COLUMN `user_id` text COMMENT '用户编号';
</sql>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
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