|
@@ -158,7 +158,7 @@ class BalanceLogService extends BaseService
|
|
|
DB::beginTransaction();
|
|
DB::beginTransaction();
|
|
|
try {
|
|
try {
|
|
|
// 提现 审核通过
|
|
// 提现 审核通过
|
|
|
- if ($balanceLog['type'] = 2 && isset($data['status'])) {
|
|
|
|
|
|
|
+ if ($balanceLog['type'] == 2 && isset($data['status'])) {
|
|
|
if ($data['status'] == 2) {
|
|
if ($data['status'] == 2) {
|
|
|
if ($data['user_type'] == 1) {
|
|
if ($data['user_type'] == 1) {
|
|
|
// 会员
|
|
// 会员
|