yingzi 2 년 전
부모
커밋
9f5b6c6597
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Model/Finance/MReceived.Class.php

+ 2 - 0
Model/Finance/MReceived.Class.php

@@ -598,6 +598,8 @@ class MReceived extends MBaseModel
 
         // 编辑客户往来余额
         $changedMoney = $receivedData['totalMoney'] > 0 ? -1 * $receivedData['totalFinalMoney'] : abs($receivedData['totalFinalMoney']);
+        var_dump($changedMoney);
+        var_dump($receivedData['customerId']);
         $result = $this->objMCustomerBalance->addCustomerBalance($receivedData['customerId'], $changedMoney);
         if (!$result->isSuccess()) {
             $this->objDReceived->rollBack();