dever hace 7 años
padre
commit
7fa0efbfb0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      youzan/src/Card.php

+ 2 - 2
youzan/src/Card.php

@@ -56,8 +56,8 @@ class Card
 			if ($one) {
 				return $one;
 			} else {
-				//$state = Dever::lock($this->lock . '_' . $info['id']);
-				$state = true;
+				$state = Dever::lock($this->lock . '_' . $info['id']);
+				//$state = true;
 				if (!$state) {
 					Dever::alert('error');
 				} else {