|
|
@ -132,6 +132,7 @@ public class IcPartyServiceCenterController { |
|
|
|
*/ |
|
|
|
@PostMapping("delmatter") |
|
|
|
public Result delMatter(@RequestBody DelMatterFormDTO formDTO){ |
|
|
|
ValidatorUtils.validateEntity(formDTO, DelMatterFormDTO.DelMatterForm.class); |
|
|
|
icPartyServiceCenterService.delMatter(formDTO); |
|
|
|
return new Result(); |
|
|
|
} |
|
|
|