shish 1 год назад
Родитель
Сommit
c5b095cd15
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      console/controllers/LsCustomController.php

+ 3 - 0
console/controllers/LsCustomController.php

@@ -54,6 +54,9 @@ class LsCustomController extends Controller
                                 util::stop();
                             }
                             if ($debtAmount > 0) {
+
+                                echo "shopId:".$shopId." | ".$customName . " customId:" . $customId . " hdId:" . $hdId . " 有欠款 ==== \n";
+
                                 $c = CustomClass::getById($customId, true);
                                 $h = HdClass::getById($hdId, true);
                                 if (empty($c) || empty($h)) {