Commit f0dd2be8 authored by 徐州's avatar 徐州

修改定时任务时间

修改多选样式
parent a136c693
......@@ -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="请输入添加人姓名">&nbsp;
<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>
......
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment