不限制heihe上的order项

This commit is contained in:
wlx 2013-11-20 09:53:33 +00:00
parent 1edecd120a
commit 6d5397273e
1 changed files with 1 additions and 1 deletions

View File

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