parent
82394c100c
commit
917dd21716
|
@ -73,7 +73,7 @@ public class ApiCwhContactVoterController extends ApiBaseController {
|
|||
@DynamicResponseParameters(properties = {@DynamicParameter(value = "常委会联系选民", name = "data", dataTypeClass =
|
||||
CwhContactVoterDto.class)})
|
||||
@ApiOperation("常委会联系选民详情")
|
||||
@GetMapping("cwhContactVoterCommentPage")
|
||||
@GetMapping("cwhContactVoterDetail")
|
||||
public void cwhContactVoterDetail(String id) {
|
||||
CwhContactVoter cwhContactVoter = cwhContactVoterService.getById(id);
|
||||
Assert.notNull(cwhContactVoter, "未找到该记录");
|
||||
|
|
|
@ -71,7 +71,7 @@ public class ApiDbContactVoterController extends ApiBaseController {
|
|||
@DynamicResponseParameters(properties = {@DynamicParameter(value = "代表联系选民", name = "data", dataTypeClass =
|
||||
DbContactVoterDto.class)})
|
||||
@ApiOperation("代表联系选民详情")
|
||||
@GetMapping("dbContactVoterCommentPage")
|
||||
@GetMapping("dbContactVoterDetail")
|
||||
public void dbContactVoterDetail(String id) {
|
||||
DbContactVoter dbContactVoter = dbContactVoterService.getById(id);
|
||||
Assert.notNull(dbContactVoter, "未找到该记录");
|
||||
|
|
Loading…
Reference in New Issue