shish 2 лет назад
Родитель
Сommit
65fd2fb97d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-ghs/controllers/TestController.php

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

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