|
|
@@ -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;
|
|
|
}
|