shish 2 yıl önce
ebeveyn
işleme
65fd2fb97d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      app-ghs/controllers/TestController.php

+ 1 - 1
app-ghs/controllers/TestController.php

@@ -94,7 +94,7 @@ class TestController extends BaseController
             }
             }
         }
         }
         //33
         //33
-        $refundList = RefundOrderClass::getAllByCondition(['mainId' => $mainId], null, 'id,refundPrice,updateTime', null);
+        $refundList = RefundOrderClass::getAllByCondition(['customId' => $customId], null, 'id,refundPrice,updateTime', null);
         if (!empty($refundList)) {
         if (!empty($refundList)) {
             foreach ($refundList as $refund) {
             foreach ($refundList as $refund) {
                 $id = $refund['id'] ?? 0;
                 $id = $refund['id'] ?? 0;