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