Commit 5fd280d9 authored by zhz's avatar zhz

store

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