@@ -1025,6 +1025,7 @@ class Journal extends Core
# 根据code检索是否存在
public function checkCode()
{
+ return true;
return Dever::load('act/order')->checkCode();
if (!$this->data['uid']) {
Dever::alert('错误的用户信息');