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