Prechádzať zdrojové kódy

fix:修改获取群发详情

jimmyyem 1 týždeň pred
rodič
commit
7752ddd5ab

+ 0 - 1
internal/logic/batch_msg/get_batch_msg_by_id_logic.go

@@ -37,7 +37,6 @@ func (l *GetBatchMsgByIdLogic) GetBatchMsgById(req *types.IDReq) (*types.BatchMs
 	data, err := l.svcCtx.DB.BatchMsg.Query().Where(
 		batchmsg.ID(req.Id),
 		batchmsg.OrganizationID(organizationId),
-		batchmsg.Ctype(1),
 	).First(l.ctx)
 	if err != nil {
 		if ent.IsNotFound(err) {