Commit a3fe24eb by feixiang

Merge remote-tracking branch 'origin/master'

parents 31ae6cd4 def8194d
......@@ -40,14 +40,14 @@ class AccountBookPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -43,14 +43,14 @@ class BargainPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -44,13 +44,13 @@ class BuyerPoolConfig extends PoolProperties
* the maximum number of active connections
*
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -40,14 +40,14 @@ class CouponPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -40,14 +40,14 @@ class CraftsmanPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -40,14 +40,14 @@ class CustomerProfilesConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -42,14 +42,14 @@ class GoodsPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -41,14 +41,14 @@ class GroupBookingPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -43,13 +43,13 @@ class NoticePoolConfig extends PoolProperties
* the maximum number of active connections
*
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -40,14 +40,14 @@ class OrderPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -43,13 +43,13 @@ class PayPoolConfig extends PoolProperties
* the maximum number of active connections
*
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -40,14 +40,14 @@ class ReservationPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -40,14 +40,14 @@ class SchedulePoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -42,14 +42,14 @@ class SellerDistributionPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -41,14 +41,14 @@ class SellerPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 400;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 500;
/**
* Maximum waiting time
......
......@@ -38,14 +38,14 @@ class StateLessPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -40,14 +40,14 @@ class StorePoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -40,14 +40,14 @@ class TimeLimitBuyPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -39,14 +39,14 @@ class TransferPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -42,14 +42,14 @@ class VipPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -39,14 +39,14 @@ class WithdrawCashPoolConfig extends PoolProperties
*
* @var int
*/
protected $maxActive = 50;
protected $maxActive = 300;
/**
* the maximum number of wait connections
*
* @var int
*/
protected $maxWait = 100;
protected $maxWait = 400;
/**
* Maximum waiting time
......
......@@ -16,6 +16,7 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferDecSales($storeId, $goodsId)
* @method ResultInterface deferGetServiceByGoodsId($storeId, $goodsId)
* @method ResultInterface deferGetReturnVisitByGoodsId($storeId, $goodsId)
* @method ResultInterface deferListByIds($ids, $storeId)
* Interface GoodsInterface
* @package Hdll\Services\Goods\Lib
*/
......@@ -83,4 +84,14 @@ interface GoodsInterface
* @author Administrator
*/
public function getReturnVisitByGoodsId($storeId, $goodsId);
/**
* 获取商品列表 ids
* @param $ids
* @param $storeId
* @param $order
* @return mixed
* @author Administrator
*/
public function ListByIds(array $ids, $storeId, $order = ['id', 'DESC']);
}
\ No newline at end of file
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