|
|
@@ -497,7 +497,7 @@ public class VendorsServiceImpl implements VendorService {
|
|
|
while (iterator.hasNext()) {
|
|
|
VendorDistribute distribute = iterator.next();
|
|
|
if (Objects.equals(vendor.getId(), distribute.getVendorId())
|
|
|
- && 1 == distribute.getIsTransfer()) {
|
|
|
+ && (1 == distribute.getIsTransfer() || 1 == distribute.getDistribute())) {
|
|
|
contacts.add(distribute.getUser().getUserName());
|
|
|
iterator.remove();
|
|
|
}
|