master
huanghai 5 years ago
parent 28c01cb5f7
commit e8314277fb

@ -47,7 +47,6 @@ func QueryByIds(ids []string, tableName string) []map[string]interface{} {
return getListByIds(ids, GetBean(tableName))
}
func getListByIds(ids []string, m Selector) []map[string]interface{} {
//1、第一步从缓存读取
list, notExistsIds := batchReadRedis(ids, m.RedisPrefix)

Loading…
Cancel
Save