@@ -27,6 +27,8 @@ class CgController extends Controller
if (floatval($xsdDebt) != floatval($cgDebt)) {
echo $xsDOrderSn . " 欠款有问题 " . floatval($xsdDebt) . ' ' . floatval($cgDebt) . ' ' . $cgOrderSn . "\n";
}
+ $order->remainDebtPrice = 0;
+ $order->save();