|
|
@@ -26,7 +26,7 @@ class StatKdClass extends BaseClass
|
|
|
$todayDate = date('Y-m-d');
|
|
|
$todayStartTime = $todayDate . ' 00:00:00';
|
|
|
$todayEndTime = $todayDate . ' 23:59:59';
|
|
|
- $staffList = ShopAdminClass::getAllByCondition(['mainId' => $mainId], null, '*', 'id', true);
|
|
|
+ $staffList = ShopAdminClass::getAllByCondition(['mainId' => $mainId, 'isPt' => 0], null, '*', 'id', true);
|
|
|
$kf = [];
|
|
|
if (!empty($staffList)) {
|
|
|
foreach ($staffList as $staff) {
|