Your Name %!s(int64=3) %!d(string=hai) anos
pai
achega
c2872da83d
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

@@ -340,7 +340,7 @@ Class User extends Core
 		$data = Dever::db('active/order')->find(array('uid'=>$this->uid,'id'=>$order_id));
 		if ($data) {
 			$where['where_id'] = $data['id'];
-			$where['state'] = 2;
+			$where['status'] = 3;
 			$ids = Dever::db('active/order')->update($where);
 			if ($ids) {