Ver Fonte

收入资产变化

shish há 6 anos atrás
pai
commit
74e31a7c30
1 ficheiros alterados com 0 adições e 7 exclusões
  1. 0 7
      common/services/xhMerchantAssetService.php

+ 0 - 7
common/services/xhMerchantAssetService.php

@@ -68,14 +68,7 @@ class xhMerchantAssetService
 		$merchantId = $merchant['id'];
 		$openMerchant = WxOpenService::getWxInfo();
 		$orderId = $order['id'];
-		$date = date("Y-m-d H:i");
 		$totalFee = 0;
-		$payWayList = configDict::getConfig('payWayName');
-		$payWay = isset($order['payWay']) ? $order['payWay'] : 0;
-		$payWay = $payWayList[$payWay];
-		$userId = isset($order['userId']) ? $order['userId'] : 0;
-		$user = xhUserService::getById($userId);
-		$userName = isset($user['userName']) ? $user['userName'] : '游客';
 		//充值支付涉及的流水类型列表
 		$typeList = configDict::getConfig('capitalType');
 		//根据流水类型定制通知内容