|
@@ -230,7 +230,7 @@ class UserService
|
|
$wealth = $charm = $gift_num = 0;
|
|
$wealth = $charm = $gift_num = 0;
|
|
|
|
|
|
//消费
|
|
//消费
|
|
- $userJewelLogWhere["type"] = ["in",[3,6,11,13,19,32]];//查看wallet.php文件
|
|
|
|
|
|
+ $userJewelLogWhere["type"] = ["in",[3,6,11,13,19,32,36]];//查看wallet.php文件
|
|
$userJewelLogWhere["user_id"] = $userId;
|
|
$userJewelLogWhere["user_id"] = $userId;
|
|
$userJewelLogPay = model('UserJewelLog')
|
|
$userJewelLogPay = model('UserJewelLog')
|
|
->field("sum(value) as total_price")
|
|
->field("sum(value) as total_price")
|
|
@@ -277,7 +277,7 @@ class UserService
|
|
$wealth = $charm = $gift_num = 0;
|
|
$wealth = $charm = $gift_num = 0;
|
|
|
|
|
|
//消费
|
|
//消费
|
|
- $userJewelLogWhere["type"] = ["in",[3,6,11,13,19,32]];//查看wallet.php文件
|
|
|
|
|
|
+ $userJewelLogWhere["type"] = ["in",[3,6,11,13,19,32,36]];//查看wallet.php文件
|
|
$userJewelLogWhere["user_id"] = $userId;
|
|
$userJewelLogWhere["user_id"] = $userId;
|
|
$userJewelLogPay = model('UserJewelLog')
|
|
$userJewelLogPay = model('UserJewelLog')
|
|
->field("sum(value) as total_price")
|
|
->field("sum(value) as total_price")
|