duxin 3 лет назад
Родитель
Сommit
76e623f3b2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      rpc/manager/internal/logic/infodetaillogic.go

+ 1 - 1
rpc/manager/internal/logic/infodetaillogic.go

@@ -119,8 +119,8 @@ func (l *InfoDetailLogic) InfoDetail(in *manager.InfoDetailReq) (*manager.InfoDe
 	sensitive.Detail = common.InterfaceToStr(data["sensitive_detail"])
 	sensitive.Detail = common.InterfaceToStr(data["sensitive_detail"])
 	sensitive.Title = common.InterfaceToStr(data["sensitive_title"])
 	sensitive.Title = common.InterfaceToStr(data["sensitive_title"])
 	sensitive.Attach = common.InterfaceToStr(data["sensitive_attach"])
 	sensitive.Attach = common.InterfaceToStr(data["sensitive_attach"])
+	log.Println("管理平台信息详情返回log信息:", infoData.ApplyInfo)
 	infoData.Sensitive = &sensitive
 	infoData.Sensitive = &sensitive
-
 	dataRes.Data = &infoData
 	dataRes.Data = &infoData
 env:
 env:
 	return &dataRes, nil
 	return &dataRes, nil