|
|
@@ -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)) {
|