| | |
| | | @GetMapping("/JinhuiArticle/articleGetList") |
| | | public R articleGetList(@RequestParam("pageNum") int pageNum, |
| | | @RequestParam("pageSize") int pageSize, |
| | | @RequestParam(value = "articleType", required = false) String articleType); |
| | | @RequestParam(value = "articleType", required = false) String articleType, |
| | | @RequestParam(value = "conditionType", required = false) String conditionType); |
| | | |
| | | /** |
| | | * 详情 |
| | |
| | | |
| | | |
| | | |
| | | /************************************************************************************************************** |
| | | * |
| | | * |
| | | * 定时任务 |
| | | * |
| | | * |
| | | *******************************************************************************************************************/ |
| | | |
| | | //金汇社区定时任务 |
| | | @GetMapping("/JinhuiExperience/timedTaskJinhuiActivitiesJobHandler") |
| | | public R timedTaskJinhuiActivitiesJobHandler(); |
| | | |
| | | |
| | | |
| | | } |