Browse Source

fix:删除log

duxin 2 năm trước cách đây
mục cha
commit
263b72e26f
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      jyBXSubscribe/rpc/internal/logic/bypushhistorylogic.go

+ 0 - 2
jyBXSubscribe/rpc/internal/logic/bypushhistorylogic.go

@@ -2,7 +2,6 @@ package logic
 
 import (
 	"context"
-	"fmt"
 	"github.com/zeromicro/go-zero/core/logx"
 	IC "jyBXSubscribe/rpc/init"
 	"jyBXSubscribe/rpc/internal/svc"
@@ -56,7 +55,6 @@ func (l *ByPushHistoryLogic) ByPushHistory(in *bxsubscribe.SubscribeInfosReq) (*
 		IsEnt:            in.IsEnt,
 	}
 	if selectIds := strings.TrimSpace(in.SelectIds); selectIds != "" {
-		fmt.Println("00000000000")
 		//encodeArr := strings.Split(selectIds, ",")
 		//idArr := make([]string, 0, len(encodeArr))
 		//for _, encodeId := range encodeArr {