| | |
| | | package com.panzhihua.timejob.jobhandler; |
| | | |
| | | import com.panzhihua.common.model.vos.R; |
| | | import com.panzhihua.common.model.vos.community.VolunteerActivityVO; |
| | | import com.panzhihua.common.service.community.ComBatteryCommodityOrderFeign; |
| | | import com.panzhihua.common.service.community.CommunityService; |
| | | import com.xxl.job.core.biz.model.ReturnT; |
| | | import com.xxl.job.core.handler.annotation.XxlJob; |
| | |
| | | @XxlJob("timedTaskVolunteerActivitiesJobHandler") |
| | | public ReturnT<String> timedTaskVolunteerActivitiesJobHandler(String param) throws Exception { |
| | | log.info("定时任务 每半小时检测一次路北社区 活动任务状态"); |
| | | // R r = communityService.timedTaskVolunteerActivitiesJobHandler(); |
| | | // log.info("执行结果【{}】", r.toString()); |
| | | log.info("测试执行结果【{}】"); |
| | | R r = communityService.timedTaskVolunteerActivitiesJobHandler(); |
| | | log.info("执行结果【{}】", r.toString()); |
| | | return ReturnT.SUCCESS; |
| | | } |
| | | } |