|
|
@@ -72,7 +72,7 @@ public class TsbMarketingTask {
|
|
|
* @since 2021. 04. 26
|
|
|
*/
|
|
|
//@Scheduled(cron = "${cron.marketing.expire.point}")
|
|
|
- //@Scheduled(fixedDelay=360000)
|
|
|
+ @Scheduled(fixedDelay=360000)
|
|
|
@Async
|
|
|
public void expirePointJob() throws Exception {
|
|
|
expirePointJob.runById("cron.marketing.expire.point");
|