Kaynağa Gözat

合并冲突

lyh 3 yıl önce
ebeveyn
işleme
93bfe0fe04
1 değiştirilmiş dosya ile 2 ekleme ve 4 silme
  1. 2 4
      app/admin/logic/UserLogic.php

+ 2 - 4
app/admin/logic/UserLogic.php

@@ -208,7 +208,6 @@ class UserLogic
     }
 
     /**
-<<<<<<< HEAD
      * 修改余额
      * @param mixed $post
      */
@@ -323,8 +322,8 @@ class UserLogic
         }
         return true;
     }
-=======
-     * 注册用户数量统计
+
+    /* 注册用户数量统计
      * @param string $time 时间节点如:2023-03-01
      * @return mixed
      * @throws \think\db\exception\DbException
@@ -349,5 +348,4 @@ class UserLogic
         return Cache::get($cacheKey);
     }
 
->>>>>>> c5ff168a3aa69b888c121b3ece7132efa8558a51
 }