| | |
| | | import com.panzhihua.service_dangjian.dao.*; |
| | | import com.panzhihua.service_dangjian.model.dos.*; |
| | | import com.panzhihua.service_dangjian.service.ComPbMemberService; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.BeanUtils; |
| | | import org.springframework.data.redis.core.StringRedisTemplate; |
| | | import org.springframework.data.redis.core.ValueOperations; |
| | |
| | | * @author: huang.hongfa weixin hhf9596 qq 959656820 |
| | | * @create: 2020-11-30 10:53 |
| | | **/ |
| | | @Slf4j |
| | | @Service |
| | | public class ComPbMemberServiceImpl extends ServiceImpl<ComPbMemberDAO,ComPbMemberDO> implements ComPbMemberService { |
| | | @Resource |
| | |
| | | return R.fail(); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 定时任务刷新党建动态发布状态 |
| | | * |
| | | * @return 刷新数据数量 |
| | | */ |
| | | @Override |
| | | public R timedTaskPartyBuildingStatus() { |
| | | int num=comPbDynDAO.timedTaskPartyBuildingStatus(); |
| | | log.info("定时任务更新党建动态发布状态数量【{}】",num); |
| | | return R.ok(num); |
| | | } |
| | | |
| | | |
| | | } |