增加表关联新建功能,同时修复数据库bug
This commit is contained in:
Vendored
+2
-1
@@ -95,7 +95,8 @@ func (this *CacheMemory) delete(key string) {
|
||||
key = Substr(key, 0, del)
|
||||
for k, _ := range this.Map {
|
||||
if strings.Index(k, key) != -1 {
|
||||
delete(this.Map, key)
|
||||
delete(this.Map, k)
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user