shish пре 5 година
родитељ
комит
5e2f86ed6e
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      biz/shop/classes/ShopAdminClass.php

+ 2 - 2
biz/shop/classes/ShopAdminClass.php

@@ -122,10 +122,10 @@ class ShopAdminClass extends BaseClass
         return self::addShopAdmin($data);
     }
 
-
+    //员工收款通知 shish 2021.4.19
     public static function incomeNotice($shopId, $money, $payWay = 0)
     {
-        $list = self::getAllByCondition(['shopId' => $shopId, 'delStatus' => 0, 'status' => 1]);
+        $list = self::getAllByCondition(['shopId' => $shopId, 'delStatus' => 0, 'status' => 1], null, '*');
         if (empty($list)) {
             return false;
         }