dever %!s(int64=3) %!d(string=hai) anos
pai
achega
e40c10d488
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Subscribe.php

+ 1 - 1
src/Subscribe.php

@@ -253,7 +253,7 @@ class Subscribe
 		$project_id = Dever::input('project_id');
 		$where['project_id'] = $project_id;
 		if ($key) {
-			$where['key'] => $key;
+			$where['key'] = $key;
 		}
 		$data = Dever::db('wechat_applet/subscribe')->getAll($where);