shish il y a 1 an
Parent
commit
8aba4a647c
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      app-ghs/controllers/StatItemController.php

+ 1 - 0
app-ghs/controllers/StatItemController.php

@@ -94,6 +94,7 @@ class StatItemController extends BaseController
 
                     if (!empty($staffId)) {
                         $currentCgStaffId = $productInfo[$productId]['cgStaffId'] ?? 0;
+                        print_r($productInfo);die;
                         echo $staffId.' '.$currentCgStaffId;die;
                         if ($staffId != $currentCgStaffId) {
                             continue;