|
@@ -332,7 +332,7 @@ func (n *network) AllProject(in *types.AllprojectReq) (reply *types.Reply) {
|
|
|
reply = &types.Reply{}
|
|
|
key := fmt.Sprintf(NetworkManageAllProjectKey, in.PositionId)
|
|
|
rbt, rerr := redis.GetNewBytes("newother", key)
|
|
|
- if false && rerr == nil && rbt != nil {
|
|
|
+ if rerr == nil && rbt != nil {
|
|
|
json.Unmarshal(*rbt, &reply)
|
|
|
return
|
|
|
}
|