| | |
| | | import javax.annotation.Resource; |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.panzhihua.common.service.partybuilding.NewStriveForFeign; |
| | | import org.springframework.web.bind.annotation.*; |
| | | |
| | | import com.panzhihua.common.controller.BaseController; |
| | |
| | | private CommunityService communityService; |
| | | @Resource |
| | | private UserService userService; |
| | | |
| | | |
| | | @Resource |
| | | private NewStriveForFeign newStriveForFeign; |
| | | |
| | | |
| | | @ApiOperation(value = "分页查询街道", response = PageComStreetDTO.class) |
| | | @PostMapping("pagestreet") |
| | |
| | | return communityService.repassStreet(comStreetVO); |
| | | } |
| | | |
| | | |
| | | @GetMapping("comActActRegistUpdateEndTime") |
| | | public R comActActRegistUpdateEndTime() |
| | | { |
| | | return communityService.comActActRegistUpdateEndTime(); |
| | | } |
| | | |
| | | @GetMapping("upNewFightNeedProblemClaimEndTime") |
| | | public R upNewFightNeedProblemClaimEndTime() |
| | | { |
| | | return newStriveForFeign.upNewFightNeedProblemClaimEndTime(); |
| | | } |
| | | } |