缓存key增加模块组标识
parent
7d6182e18f
commit
7cd4a9ec15
|
|
@ -151,7 +151,7 @@ class SystemService
|
||||||
*/
|
*/
|
||||||
public static function CacheKey($key)
|
public static function CacheKey($key)
|
||||||
{
|
{
|
||||||
return MyConfig($key).'_'.SYSTEM_TYPE;
|
return MyConfig($key).'_'.SYSTEM_TYPE.'_'.RequestModule();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
Loading…
Reference in New Issue