Browse Source

feat:xiugai

wangchuanjin 9 tháng trước cách đây
mục cha
commit
2eb3833fd7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      api/internal/service/network.go

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

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