This commit is contained in:
suyl
2021-09-08 13:57:55 +08:00
parent 5f6cccbd0a
commit d70cb1116b

View File

@@ -1094,7 +1094,7 @@ func notifyStoreOperatorChanged(ctx *jxcontext.Context, storeID int, operatorRol
curUserName = curUser.GetName()
}
}
ddmsg.SendUserMessage(dingdingapi.MsgTyeText, user.GetID(), fmt.Sprintf("门店%s变更", operatorRoleName), fmt.Sprintf("门店:%d,原%s:%s,变更为:%s操作人%s", storeID, operatorRoleName, user.GetName(), curUserName, ctx.GetUserName()))
ddmsg.SendUserMessage(dingdingapi.MsgTyeText, user.GetID(), fmt.Sprintf("门店%s变更", operatorRoleName), fmt.Sprintf("门店:%d,原%s:%s,变更为:%s操作人%s", storeID, operatorRoleName, user.GetName(), curUserName, ctx.GetFullUser().GetName()))
}
}
}