消费统计 订单

This commit is contained in:
wanyongkang
2020-11-28 16:51:50 +08:00
parent ae8e583a10
commit 8dd0ef3371
2 changed files with 4 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
* @Author: kangkang
* @Date: 2020-10-13 19:52:37
* @LastEditors: Please set LastEditors
* @LastEditTime: 2020-11-28 16:34:01
* @LastEditTime: 2020-11-28 16:40:47
*/
namespace app\manager\controller;
@@ -344,6 +344,7 @@ class UserFollow extends Controller
foreach ($data as $info) {
$info['OrderType'] = $product_order_enum::$OrderType[$info['OrderType']];
$info['PayType'] = $product_order_enum::$ScoreName[$info['PayType']];
$info['ConnectCount'] = $info['ConnectCount'] * $info['AccountCount'];
$list[] = $info;
}