修复不能申请数据的错误

This commit is contained in:
wlx 2013-11-17 14:48:19 +00:00
parent 1a8c85bd9e
commit 012b56501e
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ class OrderOperate implements \Order\Listener\OrderEvents
//!!!!!!important!!!!! //!!!!!!important!!!!!
//不同项目使用时是否要修改此项?? //不同项目使用时是否要修改此项??
public $tbl_metadata = "heihemetadata"; public $tbl_metadata = "normalmetadata";
public $tbl_dataorder = "dataorder"; public $tbl_dataorder = "dataorder";
function __construct($db = NULL) function __construct($db = NULL)
@ -140,4 +140,4 @@ class OrderOperate implements \Order\Listener\OrderEvents
} }
} }