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