消费统计 订单
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user