|
@@ -180,6 +180,7 @@ func GetWorkDesktopMenuMode(in *WorkDesktopMenuInfoReq) (str string, err error)
|
|
|
|
|
|
// GetWordDesktopMenuTree 获取工作桌面菜单树
|
|
|
func GetWordDesktopMenuTree(in *WorkDesktopMenuInfoReq) ([]*pb.MenuList, error) {
|
|
|
+ logx.Info("in:", in)
|
|
|
if in.EntId > 0 {
|
|
|
//判断商机管理用户是否切换企业
|
|
|
userEntIdKey := fmt.Sprintf(entity.UserEntIdKey, in.AppId, time.Now().Day(), in.UserId)
|
|
@@ -221,7 +222,7 @@ func GetWordDesktopMenuTree(in *WorkDesktopMenuInfoReq) ([]*pb.MenuList, error)
|
|
|
EntId: in.EntId,
|
|
|
EntUserId: in.EntUserId,
|
|
|
}
|
|
|
- logx.Info("-----TimeOut:", wdm.TimeOut)
|
|
|
+ logx.Info("-----TimeOut:", wdm.TimeOut, "-----entuserId:", wdm.EntUserId)
|
|
|
for _, v := range *menuData {
|
|
|
menu := &entity.JYMenu{
|
|
|
Id: MC.IntAll(v["id"]),
|