shish 4 سال پیش
والد
کامیت
4c3ff6a004
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      console/controllers/CustomController.php

+ 2 - 2
console/controllers/CustomController.php

@@ -81,11 +81,11 @@ class CustomController extends Controller
                     $ghsSaveDebtAmount = $ghs['debtAmount'] ? floatval($ghs['debtAmount']) : 0;
 
                     if ($customSaveDebtAmount != $ghsOrderDebtAmount) {
-                        echo "**********客户 {$customId} 欠款总金额 和 订单总合 不一致 $customSaveDebtAmount $ghsOrderDebtAmount \n";
+                        echo "*********客户 {$customId} 欠款总金额 和 订单总合 不一致 $customSaveDebtAmount $ghsOrderDebtAmount \n";
                     }
 
                     if ($ghsSaveDebtAmount != $hdCgOrderDebtAmount) {
-                        echo "########欠供应商 {$ghsId} 金额 和 订单总合 不一致 $ghsSaveDebtAmount $hdCgOrderDebtAmount \n";
+                        echo "#########欠供应商 {$ghsId} 金额 和 订单总合 不一致 $ghsSaveDebtAmount $hdCgOrderDebtAmount \n";
                     }
                 }
             }