shish 2 anni fa
parent
commit
ee5bf21f2e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app-ghs/controllers/TestController.php

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

@@ -35,7 +35,7 @@ class TestController extends BaseController
     //欠款的查询与跟踪 ssh 20240103
     public function actionDebt()
     {
-        $customId = 591;
+        $customId = 17081;
         $custom = CustomClass::getById($customId, true);
         if (empty($custom)) {
             echo '没有找到客户';