Commit b37faab8 authored by clone's avatar clone

1

parent 6e2c5fcd
...@@ -40,7 +40,7 @@ class SaveLookUserHistoryTask ...@@ -40,7 +40,7 @@ class SaveLookUserHistoryTask
* @throws \think\db\exception\ModelNotFoundException * @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException * @throws \think\exception\DbException
*/ */
public function saveLookShop() public function saveLookUser()
{ {
if (!$this->redis) { if (!$this->redis) {
return; return;
...@@ -61,8 +61,6 @@ class SaveLookUserHistoryTask ...@@ -61,8 +61,6 @@ class SaveLookUserHistoryTask
$this->executeSave($resultArr); $this->executeSave($resultArr);
unset($resultArr); unset($resultArr);
} }
} }
/** /**
......
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