瀏覽代碼

Weenier 168otc项目部署 0630

wesmiler 3 年之前
父節點
當前提交
dcbeb52a9b
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      app/Services/Common/CoinLogService.php

+ 4 - 1
app/Services/Common/CoinLogService.php

@@ -379,7 +379,10 @@ class CoinLogService extends BaseService
             return false;
         }
 
-
+        if($checkStatus == $status){
+            $this->error = '2234';
+            return false;
+        }
 
         $userInfo = $this->userModel->getInfo($adminId);
         if(empty($userInfo)){