|
@@ -103,7 +103,8 @@ public class DistributionLinkServiceImpl extends ServiceImpl<DistributionLinkMap
|
|
|
if(Validator.isNotEmpty(bo.getSellerId())){
|
|
|
DistributionLink link = getOne(new LambdaQueryWrapper<DistributionLink>()
|
|
|
.eq(DistributionLink::getDistributionId, bo.getDistributionId())
|
|
|
- .eq(DistributionLink::getLinkCode, bo.getLinkCode()));
|
|
|
+ .eq(DistributionLink::getLinkCode, bo.getLinkCode())
|
|
|
+ .eq(DistributionLink::getSellerId, bo.getSellerId()));
|
|
|
if(Validator.isNotEmpty(link)){
|
|
|
return false;
|
|
|
}
|