Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
H
Hgs
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
徐州
Hgs
Commits
f0dd2be8
Commit
f0dd2be8
authored
Jul 04, 2022
by
徐州
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改定时任务时间
修改多选样式
parent
a136c693
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
myPlatformCustomer.jsp
...INF/views/platformmanagement/pages/myPlatformCustomer.jsp
+3
-3
applicationContext-quartz.xml
.../resources/test/application/applicationContext-quartz.xml
+1
-1
No files found.
house365-hgs-web/src/main/webapp/WEB-INF/views/platformmanagement/pages/myPlatformCustomer.jsp
View file @
f0dd2be8
...
...
@@ -208,7 +208,6 @@
.chosen-container
{
margin-left
:
7px
!important
;
width
:
96px
!important
;
}
.shouc
{
...
...
@@ -234,6 +233,7 @@
text-overflow
:
ellipsis
;
margin-left
:
-3px
;
}
</style>
<!-- 面包屑 begin -->
...
...
@@ -439,9 +439,9 @@
name=
"search_LIKE_createrName"
value=
"${param['search_LIKE_createrName']}"
class=
"m-wrap small"
placeholder=
"请输入添加人姓名"
>
<br/>
活动来源:
<select
width:
6rem
name=
"search_EQ_actSources"
id=
"search_EQ_actSources"
multiple=
"true
"
>
<select
name=
"search_EQ_actSources"
id=
"search_EQ_actSources"
multiple=
"true"
class=
"
"
>
<c:forEach
items=
"${sources}"
var=
"source"
>
<option
value=
"${source.sourceName}"
<
c:if
test=
"${fn:contains(selected,source.sourceName)}"
>
selected="selected"
</c:if>
>${source.sourceName}
</option>
...
...
house365-hgs-ws/src/main/resources/test/application/applicationContext-quartz.xml
View file @
f0dd2be8
...
...
@@ -417,7 +417,7 @@
<bean
id=
"dutyStaff"
class=
"org.springframework.scheduling.quartz.CronTriggerBean"
>
<property
name=
"jobDetail"
ref=
"checkDutyStaff"
/>
<property
name=
"cronExpression"
value=
"
50 * *
* * ? "
/>
<property
name=
"cronExpression"
value=
"
0 0 1
* * ? "
/>
</bean>
<bean
id=
"checkDutyStaff"
class=
"org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean"
>
...
...
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