Commit 5c4cac1b authored by zhangkuanguang's avatar zhangkuanguang

更新缓存

parent b5cf683d
...@@ -66,7 +66,7 @@ class house_publish_rule_model extends MY_Model { ...@@ -66,7 +66,7 @@ class house_publish_rule_model extends MY_Model {
} }
// -------------------------------------------------- // --------------------------------------------------
$cacheKey = $argumentData['city'].'_block_assess_price_'.$argumentData['blockId'].'_'.$argumentData['buildArea'].'_'.$argumentData['floor'].'_'.$argumentData['forward'].'_'.$argumentData['livingRoom'].'_'.$argumentData['totalFloor']; $cacheKey = 'key_'.$argumentData['city'].'_block_assess_price_'.$argumentData['blockId'].'_'.$argumentData['buildArea'].'_'.$argumentData['floor'].'_'.$argumentData['forward'].'_'.$argumentData['livingRoom'].'_'.$argumentData['totalFloor'];
$data = $this->mc->get($cacheKey); $data = $this->mc->get($cacheKey);
......
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