Kaynağa Gözat

更新注释

shizhongqi 1 yıl önce
ebeveyn
işleme
2d62f26f04
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      biz-hd/staff/services/StaffService.php

+ 1 - 1
biz-hd/staff/services/StaffService.php

@@ -31,7 +31,7 @@ class StaffService extends BaseService
             // 情况1:自己没有店,在别人那边当员工
             $admin->currentShopId = 0;
         } else {
-            // 情况2:自己有店,但是在别人那边当员工
+            // 情况2:自己有店,也在其他店当员工
             $ptStyle = dict::getDict('ptStyle', 'hd');
             $shop = ShopClass::getByCondition(['adminId' => $admin->id, 'ptStyle' => $ptStyle]);
             if (empty($shop)) {