21
This commit is contained in:
@@ -43,6 +43,9 @@ class BalanceLogController extends BaseController{
|
||||
}
|
||||
$item->_type= $item->type;
|
||||
$item->type= $BalanceTypeList[$item->type];
|
||||
if(ctype_digit($item->created_at)){
|
||||
$item->created_at = datetime($item->created_at);
|
||||
}
|
||||
return $item;
|
||||
});
|
||||
return $this->success(__('successful'),$list);
|
||||
|
||||
Reference in New Issue
Block a user