2 İşlemeler b9b191b14f ... ccea7646ea

Yazar SHA1 Mesaj Tarih
  刘云鑫 ccea7646ea Merge remote-tracking branch 'origin/sit' into sit 1 hafta önce
  刘云鑫 9407048260 bugfix:三大类别,全要加演出标签(***) 1 hafta önce

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

@@ -1866,10 +1866,11 @@ 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 || isFood) {
+        map.put("showPerformance", hasPerformanceData(storeId));
+        // yan chu quan yao,zuo you nao hu bo,wu di le ☺.
+/*        if (isLeisure || isFood) {
             map.put("showPerformance", hasPerformanceData(storeId));
             map.put("showPerformance", hasPerformanceData(storeId));
-        }
+        }*/
         if (isLifeService) {
         if (isLifeService) {
             map.put("showFacilityServiceCard", hasFacilityData(storeId));
             map.put("showFacilityServiceCard", hasFacilityData(storeId));
         }
         }