mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-19 18:32:52 +09:00
#385 document_item 문제 수정
This commit is contained in:
parent
fa48004031
commit
bc3cf3f199
4 changed files with 18 additions and 24 deletions
|
|
@ -555,7 +555,7 @@ class documentController extends document
|
|||
if($oCacheHandler->isSupport())
|
||||
{
|
||||
//remove document item from cache
|
||||
$cache_key = 'document_item:'.$obj->document_srl;
|
||||
$cache_key = 'document_item:'. getNumberingPath($obj->document_srl) . $obj->document_srl;
|
||||
$oCacheHandler->delete($cache_key);
|
||||
}
|
||||
|
||||
|
|
@ -646,7 +646,7 @@ class documentController extends document
|
|||
$oCacheHandler = CacheHandler::getInstance('object');
|
||||
if($oCacheHandler->isSupport())
|
||||
{
|
||||
$cache_key = 'document_item:'.$document_srl;
|
||||
$cache_key = 'document_item:'. getNumberingPath($document_srl) . $document_srl;
|
||||
$oCacheHandler->delete($cache_key);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue