瀏覽代碼

feat:xiugai

wangchuanjin 9 月之前
父節點
當前提交
f6da2e6c2d
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      api/internal/service/network.go

+ 0 - 1
api/internal/service/network.go

@@ -372,7 +372,6 @@ func (n *network) AllProject(in *types.AllprojectReq) (reply *types.Reply) {
 		key := fmt.Sprintf(NetworkManageAllProjectKey, in.PositionId)
 		if rbt, rerr := redis.GetNewBytes("newother", key); rerr == nil && rbt != nil {
 			json.Unmarshal(*rbt, &aio)
-			return
 		} else {
 			aio = n.AllIntroduceOwner(sqlAppend1, "", args, true, businessType)
 			redis.Put("newother", key, aio, C.CacheTimeOut)