shish 2 lat temu
rodzic
commit
0b3f0025a1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app-ghs/controllers/TestController.php

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

@@ -82,7 +82,7 @@ class TestController extends BaseController
             }
         }
         //20
-        $clearList = PurchaseClearClass::getAllByCondition(['ghsShopId' => $ghsShopId, 'status' => 2], null, 'id,actPrice,payTime', null);
+        $clearList = PurchaseClearClass::getAllByCondition(['customId' => $customId, 'status' => 2], null, 'id,actPrice,payTime', null);
         if (!empty($clearList)) {
             foreach ($clearList as $clear) {
                 $payTime = $clear['payTime'] ?? '';