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