rabin 2 years ago
parent
commit
0e71fa5745
2 changed files with 2 additions and 2 deletions
  1. 1 1
      service/agent/src/My.php
  2. 1 1
      service/bill/lib/Cash.php

+ 1 - 1
service/agent/src/My.php

@@ -740,7 +740,7 @@ class My extends Core
         $ycash = $cash;
         $cash = $cash - $cash*$tax;
 
-        $id = Dever::load('bill/lib/tixian')->up($this->uid, $ycash, $cash,$sign);
+        $id = Dever::load('bill/lib/tixian')->up($this->uid, $ycash, $cash, $sign);
 
         if ($id) {
             //$cash_id = Dever::load('bill/lib/cash')->up($this->uid, 11, $ycash, $this->user['role'], $id, '提现到'.substr($card, -4).'银行卡', 1);

+ 1 - 1
service/bill/lib/Cash.php

@@ -256,7 +256,7 @@ class Cash
         if ($info['operdate']) {
             $odate = date('Y-m-d H:i',$info['operdate']);
         }
-        $html['num'] = $cdate'<br/>'.$odate;
+        $html['num'] = $cdate . '<br/>'.$odate;
         $html['cash'] = $info['cash'] . '<br />' . $info['yue'];
         return $html;
     }