통계시간 겹치는 오류로 인한
@6bbc16cc7a79d15f723b5a694f462600ad6f0468
--- src/main/resources/egovframework/spring/com/context-scheduling-sym-log-lgm.xml
+++ src/main/resources/egovframework/spring/com/context-scheduling-sym-log-lgm.xml
... | ... | @@ -70,7 +70,10 @@ |
| 70 | 70 |
<bean id="SttstMsgBeanTrigger" class="org.springframework.scheduling.quartz.CronTriggerFactoryBean"> |
| 71 | 71 |
<property name="jobDetail" ref="SttstMsgBean" /> |
| 72 | 72 |
<!-- 매시간 43분 47초 마다 일별 문자 발송 데이터 집계 --> |
| 73 |
- <property name="cronExpression" value="47 43 0-2,4-23 * * ?" /> |
|
| 73 |
+ <property name="cronExpression" value="47 43 23 * * ?" /> |
|
| 74 |
+ |
|
| 75 |
+ <!-- 24.03.11 선거문자 발송 오류로 주석 처리--> |
|
| 76 |
+<!-- <property name="cronExpression" value="47 43 0-2,4-23 * * ?" /> --> |
|
| 74 | 77 |
<!-- <property name="cronExpression" value="38 * * * * ?" /> --> |
| 75 | 78 |
</bean> |
| 76 | 79 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?