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