Commit 5fd280d9 authored by zhz's avatar zhz

store

parent 879d95b6
...@@ -186,8 +186,8 @@ class FavoritesStoreModel extends \DAO\AbstractModel { ...@@ -186,8 +186,8 @@ class FavoritesStoreModel extends \DAO\AbstractModel {
* @return bool * @return bool
* @throws \Our\Exception * @throws \Our\Exception
*/ */
public function updateStoreCollecitonsCache(array $storeIds, $memberId, $type = 1) { public function updateStoreCollecitonsCache($storeIds, $memberId, $type = 1) {
if(!$storeIds) { if(!$storeIds || !is_array($storeIds)) {
return true; return true;
} }
//删除缓存 //删除缓存
......
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