Commit 9b5503a3 authored by liuyuzhen's avatar liuyuzhen

支付测试

parent be6cd077
......@@ -80,7 +80,7 @@ class OrderPayModel extends \DAO\AbstractModel{
* 单例模式获取类实例
*
*/
public static function getInstance($dbName = DbNameConst::salveDBConnectName)
public static function getInstance($dbName = \Our\DbNameConst::salveDBConnectName)
{
if (!(self::$_instance instanceof self)) {
self::$_instance = new self($dbName);
......
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