lyhzzz 1 year ago
parent
commit
856cf8b862
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/java/com/cdf/service/impl/ExcelService.java

+ 1 - 0
src/main/java/com/cdf/service/impl/ExcelService.java

@@ -470,6 +470,7 @@ public class ExcelService {
             if(type == 3){
                 recommend.setRecommendBrand(1);
             }
+            hotRecommendService.saveOrUpdate(recommend);
         }
         List<Integer> delIds = new ArrayList<>();
         for (String num : numMap.keySet()) {