|
@@ -180,6 +180,7 @@ class GoodsService extends BaseService
|
|
|
*/
|
|
*/
|
|
|
public function updateGoods($pageSize=50,$params=[])
|
|
public function updateGoods($pageSize=50,$params=[])
|
|
|
{
|
|
{
|
|
|
|
|
+ set_time_limit(0);
|
|
|
$cacheKey = "caches:supply:goods_list_update_{$pageSize}";
|
|
$cacheKey = "caches:supply:goods_list_update_{$pageSize}";
|
|
|
if(RedisService::get($cacheKey)){
|
|
if(RedisService::get($cacheKey)){
|
|
|
$this->error = 1047;
|
|
$this->error = 1047;
|