|
|
@ -50,7 +50,7 @@ public class CustomerRelationController { |
|
|
|
public Result save(@RequestBody CustomerRelationDTO dto) { |
|
|
|
//效验数据
|
|
|
|
ValidatorUtils.validateEntity(dto, AddGroup.class, DefaultGroup.class); |
|
|
|
customerRelationService.save(dto); |
|
|
|
customerRelationService.saveV2(dto); |
|
|
|
return new Result(); |
|
|
|
} |
|
|
|
|
|
|
|