Explorar el Código

Weenier 168otc项目部署 0630

wesmiler hace 3 años
padre
commit
dcbeb52a9b
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  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)){