Browse Source

no message

FengChaoYu 7 months ago
parent
commit
e41dbcf397

+ 1 - 1
mall-server-api/src/main/java/com/gree/mall/manager/logic/material/manage/WebsitPartsOldOutLogic.java

@@ -72,7 +72,7 @@ public class WebsitPartsOldOutLogic {
                 .list();
 
         Map<String, AdminWebsit> websitMap = websitList.stream()
-                .collect(Collectors.toMap(AdminWebsit::getPartsWebsitId, Function.identity()));
+                .collect(Collectors.toMap(AdminWebsit::getWebsitId, Function.identity()));
 
         final List<Storage> storageList = storageService.lambdaQuery()
                 .eq(Storage::getCompanyWechatId, adminUser.getAdminCompanyWechat().getCompanyWechatId())