This commit is contained in:
parent
4dc6850883
commit
cb773295f4
|
@ -31,7 +31,7 @@ func (p *ZoneThirdPartner) OpCreate(ctx *gin.Context, req *zone_third_partner_pr
|
|||
req.ZoneThirdPartner.Ct = goproto.Int64(time.Now().Unix())
|
||||
req.ZoneThirdPartner.Ut = goproto.Int64(time.Now().Unix())
|
||||
req.ZoneThirdPartner.DelFlag = goproto.Int64(consts.Exist)
|
||||
req.ZoneThirdPartner.IsHided = goproto.Int64(0)
|
||||
//req.ZoneThirdPartner.IsHided = goproto.Int64(0)
|
||||
err := p.store.CreateZoneThirdPartner(ctx, req.ZoneThirdPartner)
|
||||
if err != nil {
|
||||
logger.Error("CreateZoneThirdPartner fail, err: %v", err)
|
||||
|
|
Loading…
Reference in New Issue