瀏覽代碼

fix:添加测试log

duxin 3 年之前
父節點
當前提交
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.Title = common.InterfaceToStr(data["sensitive_title"])
 	sensitive.Attach = common.InterfaceToStr(data["sensitive_attach"])
+	log.Println("管理平台信息详情返回log信息:", infoData.ApplyInfo)
 	infoData.Sensitive = &sensitive
-
 	dataRes.Data = &infoData
 env:
 	return &dataRes, nil