mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-02 03:48:47 +08:00
缓存key增加模块组标识
This commit is contained in:
parent
7d6182e18f
commit
7cd4a9ec15
@ -151,7 +151,7 @@ class SystemService
|
||||
*/
|
||||
public static function CacheKey($key)
|
||||
{
|
||||
return MyConfig($key).'_'.SYSTEM_TYPE;
|
||||
return MyConfig($key).'_'.SYSTEM_TYPE.'_'.RequestModule();
|
||||
}
|
||||
}
|
||||
?>
|
Loading…
Reference in New Issue
Block a user