|
|
@@ -73,7 +73,7 @@ class CustomController extends Controller
|
|
|
|
|
|
if ($ghsOrderDebtAmount != $hdCgOrderDebtAmount) {
|
|
|
noticeUtil::push("!!!!!!!供应商 {$ghsId} 客户id {$customId} 二边欠款单总金额不一致", '15280215347');
|
|
|
- echo "---------供应商 {$ghsId} 客户id {$customId} 二边欠款单总金额 {$ghsOrderDebtAmount} {$hdCgOrderDebtAmount} \n";
|
|
|
+ echo "---------供应商 {$ghsId} 客户id {$customId} 二边 欠款单 总金额 不一致 {$ghsOrderDebtAmount} {$hdCgOrderDebtAmount} \n";
|
|
|
continue;
|
|
|
}
|
|
|
|