代表联系选民

常委会联系选民
This commit is contained in:
lijiaqi 2022-11-24 10:55:42 +08:00
parent 82394c100c
commit 917dd21716
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ public class ApiCwhContactVoterController extends ApiBaseController {
@DynamicResponseParameters(properties = {@DynamicParameter(value = "常委会联系选民", name = "data", dataTypeClass = @DynamicResponseParameters(properties = {@DynamicParameter(value = "常委会联系选民", name = "data", dataTypeClass =
CwhContactVoterDto.class)}) CwhContactVoterDto.class)})
@ApiOperation("常委会联系选民详情") @ApiOperation("常委会联系选民详情")
@GetMapping("cwhContactVoterCommentPage") @GetMapping("cwhContactVoterDetail")
public void cwhContactVoterDetail(String id) { public void cwhContactVoterDetail(String id) {
CwhContactVoter cwhContactVoter = cwhContactVoterService.getById(id); CwhContactVoter cwhContactVoter = cwhContactVoterService.getById(id);
Assert.notNull(cwhContactVoter, "未找到该记录"); Assert.notNull(cwhContactVoter, "未找到该记录");

View File

@ -71,7 +71,7 @@ public class ApiDbContactVoterController extends ApiBaseController {
@DynamicResponseParameters(properties = {@DynamicParameter(value = "代表联系选民", name = "data", dataTypeClass = @DynamicResponseParameters(properties = {@DynamicParameter(value = "代表联系选民", name = "data", dataTypeClass =
DbContactVoterDto.class)}) DbContactVoterDto.class)})
@ApiOperation("代表联系选民详情") @ApiOperation("代表联系选民详情")
@GetMapping("dbContactVoterCommentPage") @GetMapping("dbContactVoterDetail")
public void dbContactVoterDetail(String id) { public void dbContactVoterDetail(String id) {
DbContactVoter dbContactVoter = dbContactVoterService.getById(id); DbContactVoter dbContactVoter = dbContactVoterService.getById(id);
Assert.notNull(dbContactVoter, "未找到该记录"); Assert.notNull(dbContactVoter, "未找到该记录");