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