Przeglądaj źródła

bugfix:美食新增演出标签

刘云鑫 1 tydzień temu
rodzic
commit
856b1e6db4

+ 1 - 1
alien-store/src/main/java/shop/alien/store/controller/StoreInfoController.java

@@ -1867,7 +1867,7 @@ public class StoreInfoController {
         map.put("showPriceCard", hasPriceListData(storeId));
         map.put("showPriceCard", hasPriceListData(storeId));
         map.put("showStaffCard", hasStaffData(storeId));
         map.put("showStaffCard", hasStaffData(storeId));
 
 
-        if (isLeisure) {
+        if (isLeisure || isFood) {
             map.put("showPerformance", hasPerformanceData(storeId));
             map.put("showPerformance", hasPerformanceData(storeId));
         }
         }
         if (isLifeService) {
         if (isLifeService) {