shish hace 1 año
padre
commit
5413fec8ae
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      app-ghs/controllers/ProductController.php

+ 2 - 1
app-ghs/controllers/ProductController.php

@@ -1271,8 +1271,9 @@ class ProductController extends BaseController
         echo "<pre>";
         print_r($sameMainList);
         print_r($hasMainList);
-        die;
         $hasNot = array_diff($sameMainList, $hasMainList);
+        print_r($hasNot);
+        die;
         $hasRightChange = empty($hasNot) ? 1 : 0;
         $respond['hasRightChange'] = $hasRightChange;