获取MDM省市数据Bug修改

This commit is contained in:
pserimal
2023-06-28 17:22:24 +08:00
parent 3c57e28d47
commit 72e8eb9c80
2 changed files with 8 additions and 3 deletions

View File

@@ -241,6 +241,6 @@ public class RedisConstant {
/**
* 其他区域数据缓存
*/
public static final String MDM_AREA_OTHERS = "mdm:area:others";
public static final String MDM_AREA_OTHERS = "mdm:area:others:{0}";
}