shish hai 1 ano
pai
achega
c5b095cd15
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      console/controllers/LsCustomController.php

+ 3 - 0
console/controllers/LsCustomController.php

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