mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-22 20:02:15 +09:00
#385 document_item 문제 수정
This commit is contained in:
parent
fa48004031
commit
bc3cf3f199
4 changed files with 18 additions and 24 deletions
|
|
@ -195,7 +195,7 @@ class documentAdminController extends document
|
|||
{
|
||||
foreach($document_srl_list as $document_srl)
|
||||
{
|
||||
$cache_key_item = 'document_item:'.$document_srl;
|
||||
$cache_key_item = 'document_item:'. getNumberingPath($document_srl) . $document_srl;
|
||||
$oCacheHandler->delete($cache_key_item);
|
||||
}
|
||||
}
|
||||
|
|
@ -451,7 +451,7 @@ class documentAdminController extends document
|
|||
{
|
||||
foreach($document_srl_list as $document_srl)
|
||||
{
|
||||
$cache_key_item = 'document_item:'.$document_srl;
|
||||
$cache_key_item = 'document_item:'. getNumberingPath($document_srl) . $document_srl;
|
||||
$oCacheHandler->delete($cache_key_item);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue