redis格式
This commit is contained in:
@@ -100,7 +100,7 @@ export class CityActivityHandler {
|
||||
|
||||
let historyCity = await getHistoryCity(roleId);
|
||||
if (historyCity) {
|
||||
await leaveCityChannel(roleId, sid, historyCity);
|
||||
await leaveCityChannel(roleId, sid, `${historyCity}`);
|
||||
}
|
||||
await addRoleToCityChannel(roleId, sid, cityId);
|
||||
await setHistoryCity(roleId, cityId);
|
||||
|
||||
Reference in New Issue
Block a user