|
@@ -117,6 +117,7 @@ func (t *OwnerService) OwnerlList() map[string]interface{} {
|
|
if ok, err := redis.Exists("newother", key); ok && err == nil && t.SourceType != "2" {
|
|
if ok, err := redis.Exists("newother", key); ok && err == nil && t.SourceType != "2" {
|
|
// 处理可介绍业主人脉
|
|
// 处理可介绍业主人脉
|
|
returnData = handleRedisCache(key)
|
|
returnData = handleRedisCache(key)
|
|
|
|
+ sortAndPaginateReturnData(&returnData, startIndex, endIndex)
|
|
} else {
|
|
} else {
|
|
// 没有缓存时的处理逻辑
|
|
// 没有缓存时的处理逻辑
|
|
if t.PartyA != "" || t.Supplier != "" || t.Heterotophy != "" || t.Intermediary != "" || t.Agency != "" {
|
|
if t.PartyA != "" || t.Supplier != "" || t.Heterotophy != "" || t.Intermediary != "" || t.Agency != "" {
|