Commit e7f31569 by 王召彬

Merge branch 'master' of http://git.2b3.cn/tencent/services

parents 674aeee1 89fa2771
......@@ -11,4 +11,8 @@ class BuyerEnum
{
const SCORE = 0;
//state
const STATE_NORMAL = 0;
const STATE_FREEZE = 0;
}
\ No newline at end of file
......@@ -20,7 +20,7 @@ use Swoft\Pool\PoolProperties;
class OrderPoolConfig extends PoolProperties
{
protected $name = 'buyer';
protected $name = 'order';
/**
* Minimum active number of connections
......
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