wangchuanjin hai 9 meses
pai
achega
f6da2e6c2d
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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)