shish 3 years ago
parent
commit
92c8932d0a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      console/controllers/DebtController.php

+ 2 - 0
console/controllers/DebtController.php

@@ -42,6 +42,8 @@ class DebtController extends Controller
                 }
                 if (floatval($customDebt) != floatval($orderDebt)) {
                     echo "门店:{$shopName} 订单和客户欠款不一致 \n";
+                } else {
+                    echo "门店:{$shopName} 总欠款{$customDebt} \n";
                 }
                 //$lsShopId = $shop->lsShopId ?? 0;
             }