|
@@ -854,7 +854,7 @@ class MemberController
|
|
|
}
|
|
|
])->whereIn('order_groupby', $payDetailIds)
|
|
|
->where('order_addtimes', '>', $firstRechargeTime)
|
|
|
- ->whereIn('order_classify',['GOODS','SERVICE','CHNMED','CHNNCD','PACKAGE','DISHES']);
|
|
|
+ ->whereIn('order_classify', ['GOODS', 'SERVICE', 'CHNMED', 'CHNNCD', 'PACKAGE', 'DISHES']);
|
|
|
$total = $orders->count();
|
|
|
$rows = $orders->orderBy('order_addtimes', 'DESC')
|
|
|
->forPage($page, $pageSize)
|
|
@@ -942,7 +942,7 @@ class MemberController
|
|
|
}
|
|
|
])->whereIn('order_groupby', $payDetailIds)
|
|
|
->where('order_addtimes', '>', $firstRechargeTime)
|
|
|
- ->whereIn('order_classify',['GOODS','SERVICE','CHNMED','CHNNCD','PACKAGE','DISHES'])
|
|
|
+ ->whereIn('order_classify', ['GOODS', 'SERVICE', 'CHNMED', 'CHNNCD', 'PACKAGE', 'DISHES'])
|
|
|
->orderBy('order_addtimes', 'DESC')
|
|
|
->get()
|
|
|
->toArray();
|
|
@@ -1130,6 +1130,8 @@ class MemberController
|
|
|
'mobile' => $params['mobile'],
|
|
|
'surplus' => $params['surplus'],
|
|
|
'added' => $params['added'],
|
|
|
+ 'amount' => $params['bank_amount'],
|
|
|
+ 'bank_amount' => $params['bank_amount'],
|
|
|
'bank_name' => $params['bank_name'],
|
|
|
'bank_acount' => $params['bank_acount'],
|
|
|
'bank_cardno' => $params['bank_cardno']
|