|
@@ -36,6 +36,6 @@ func (l *CreateLabelTaggingLogic) CreateLabelTagging(req *types.LabelTaggingInfo
|
|
|
if err != nil {
|
|
|
return nil, dberrorhandler.DefaultEntError(l.Logger, err, req)
|
|
|
}
|
|
|
-
|
|
|
+ l.svcCtx.Rds.Del(l.ctx, "label_tagging_info")
|
|
|
return &types.BaseMsgResp{Msg: errormsg.CreateSuccess}, nil
|
|
|
}
|