|
|
|
@ -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)
|
|
|
|
|