shish 2 år sedan
förälder
incheckning
dd502fe2b8
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      app-ghs/controllers/RefundController.php

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

@@ -194,7 +194,6 @@ class RefundController extends BaseController
             $itemList = ProductClass::getAllByCondition(['mainId' => $this->mainId, 'classId' => ['in', $ids]], null, 'id', 'id');
             if (!empty($itemList)) {
                 $productIds = array_keys($itemList);
-                $productIds = array_unique($productIds);
             }
             if (empty($productIds)) {
                 util::success(['list' => [], 'moreData' => 0, 'totalAmount' => 0, 'totalNum' => 0, 'totalPage' => 1]);