Commit 703f8929 authored by zhz's avatar zhz

goods

parent 4d1b4fe1
......@@ -122,7 +122,7 @@ class GoodsCommonModel extends \DAO\AbstractModel {
}
$str .= "->fetchAll();";
eval($str);
echo $this->db->getLastSql();
\Our\Log::getInstance()->write($this->db->getLastSql(),'/data/log/apptest');
return $data;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment