| | |
| | | import com.panzhihua.common.utlis.StringUtils; |
| | | import com.panzhihua.service_community.entity.ComActAcidRecord; |
| | | import com.panzhihua.service_community.service.ComActAcidRecordService; |
| | | import com.panzhihua.service_community.service.ComActActRegistService; |
| | | import org.springframework.beans.BeanUtils; |
| | | import org.springframework.web.bind.annotation.*; |
| | | |
| | |
| | | */ |
| | | @Resource |
| | | private ComActAcidRecordService comActAcidRecordService; |
| | | |
| | | |
| | | @Resource |
| | | private ComActActRegistService comActActRegistService; |
| | | |
| | | /** |
| | | * 分页查询所有数据 |
| | |
| | | public R checkCommit(@RequestParam(value = "userId",required = false)Long userId){ |
| | | return this.comActAcidRecordService.checkCommit(userId); |
| | | } |
| | | |
| | | @GetMapping("/selectColorMarkGroup") |
| | | public R selectColorMarkGroup(){ |
| | | return this.comActAcidRecordService.selectColorMarkGroup(); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 社区活动自动定时更新用户未签退时间 |
| | | * @return |
| | | */ |
| | | @GetMapping("/comActActRegistUpdateEndTime") |
| | | public R comActActRegistUpdateEndTime(){ |
| | | return comActActRegistService.updateEndTime(); |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | } |