Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
fenzhan_zsb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esf
fenzhan_zsb
Commits
5c4cac1b
Commit
5c4cac1b
authored
May 22, 2020
by
zhangkuanguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新缓存
parent
b5cf683d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
house_publish_rule_model.php
...incp/applications/zsb/models/house_publish_rule_model.php
+1
-1
No files found.
new_admincp/applications/zsb/models/house_publish_rule_model.php
View file @
5c4cac1b
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment