dever 7 년 전
부모
커밋
7fa0efbfb0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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 {