Merge branch 'dev' of https://gitea.lihaink.cn/mkm/multi-store into dev
This commit is contained in:
commit
988adf0795
@ -257,13 +257,13 @@ class UserLogic extends BaseLogic
|
||||
switch ($params['type']){
|
||||
case 1:
|
||||
//采购款明细
|
||||
$categories = ['user_balance_recharge', 'user_order_purchase_pay','system_purchase_add'];
|
||||
$categories = ['user_balance_recharge', 'user_order_purchase_pay','system_purchase_add','user_balance_recharge_refund'];
|
||||
$query = CapitalFlow::where('uid', $uid)
|
||||
->whereIn('category', $categories);
|
||||
if($params['mark'] == 1){
|
||||
if(isset($params['mark'])&&$params['mark'] == 1){
|
||||
$query->where('type','in');
|
||||
}
|
||||
if($params['mark'] == 2){
|
||||
if(isset($params['mark'])&&$params['mark'] == 2){
|
||||
$query->where('type','out');
|
||||
}
|
||||
$count = $query->count();
|
||||
|
Loading…
x
Reference in New Issue
Block a user