Explorar o código

Merge branch 'master' of ssh://git.dever.cc:10022/dever-product/churen

rabin %!s(int64=3) %!d(string=hai) anos
pai
achega
b4c3403e4f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      learn/active/src/User.php

+ 1 - 1
learn/active/src/User.php

@@ -32,7 +32,7 @@ Class User extends Core
     	} else {
     		$where['active_id'] = $data['active_id'];
     		$where['buy_uid'] = $data['uid'];
-    		$where['join_uid'] = $uid;
+    		$where['join_uid'] = $this->uid;
     		$where['order_id'] = $order_id;
     		$where['act_status'] = $info['act_status'];
     		$code = Dever::db('active/code')->find($where);