|
@@ -106,7 +106,7 @@ public class VoyageStockDistributeServiceImpl implements VoyageStockDistributeSe
|
|
|
|
|
|
//找出多了的分销商或者门店
|
|
|
List<String> keys = CollectionUtils.convertList(list, item -> {
|
|
|
- return item.getDistributorId() + "_" + item.getDistributorType()
|
|
|
+ return item.getVoyageId() + "_" + item.getDistributorType()
|
|
|
+ "_" + item.getDistributorId() + "_" + item.getStoreId()
|
|
|
+ "_" + item.getRoomModelId() + "_" + item.getFloor();
|
|
|
});
|