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

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

@@ -227,7 +227,9 @@ class MCustomerBalance extends MBaseModel
     public function updateCustomerBalance($customerId, $changedMoney)
     {
         $dbResult = $this->objDCustomer->set_inc('money', $customerId, $changedMoney);
+        
         if ($dbResult === false) {
+            var_dump("11111111111");
             return ResultWrapper::fail($this->objDCustomer->error(), ErrorCode::$dberror);
         }