|
@@ -25,7 +25,7 @@ public class TicketController {
|
25
|
25
|
@Autowired
|
26
|
26
|
private ITicketService iTicketService;
|
27
|
27
|
|
28
|
|
- @RequestMapping(value = "/ticket/service/{communityId}",method = RequestMethod.GET)
|
|
28
|
+ @RequestMapping(value = "/ticket/{communityId}",method = RequestMethod.GET)
|
29
|
29
|
@ApiOperation(value = "获取 报修/投诉/联系单 各3条数据",notes = "根据 小区编号,第几页,一页多少行")
|
30
|
30
|
@ApiImplicitParams({
|
31
|
31
|
@ApiImplicitParam(paramType = "path",dataType = "String",name = "communityId",value = "小区编号"),
|