Kaynağa Gözat

门店精灵星

shish 4 yıl önce
ebeveyn
işleme
b289e2e53d
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      app-ghs/controllers/ShopController.php

+ 3 - 0
app-ghs/controllers/ShopController.php

@@ -317,6 +317,9 @@ class ShopController extends BaseController
                 }
                 $shopList[$key]['balance'] = $balance;
                 $shopList[$key]['todaySale'] = $todaySale;
+                $count = CustomClass::getCount(['ownMainId' => $mainId]);
+                $count = $count > 0 ? $count : 0;
+                $shopList[$key]['shopNum'] = $count;
             }
             $shopList = arrayUtil::arraySort($shopList, 'todaySale');
         }