shish 2 лет назад
Родитель
Сommit
ee5bf21f2e
1 измененных файлов с 1 добавлено и 1 удалено
  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 '没有找到客户';