浏览代码

附件下载修改

Jianghan 1 年之前
父节点
当前提交
b880ff1593
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/jfw/modules/subscribepay/src/service/basePack.go

+ 1 - 0
src/jfw/modules/subscribepay/src/service/basePack.go

@@ -64,6 +64,7 @@ func (this *ResourcePack) ConsumePack() {
 		resResp := config.Middleground.ResourceCenter.Haspowers(qutil.Int64All(this.GetSession("accountId")), qutil.Int64All(this.GetSession("entAccountId")),
 			qutil.Int64All(this.GetString("entId")), qutil.Int64All(this.GetSession("entUserId")))
 		if resResp != nil && strings.Contains(strings.Join(resResp.Powers, ","), "bi_yx_topnet") {
+			log.Println("拓普查询--", resResp.Powers)
 			productName = "拓普情报权益"
 		}
 		log.Println(infoType, "----", remarks)