wupengfei 3 years ago
parent
commit
87642594b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Qc.php

+ 1 - 1
application/api/controller/Qc.php

@@ -6,7 +6,7 @@ use think\Db;
 class Qc{
     function index()
     {
-        Db::table('store_member')->where('id',2)->setInc('growth',1);
+
     }