瀏覽代碼

fix:企业id加密

xmy 3 年之前
父節點
當前提交
f0fa2160bb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rpc/consumer/internal/logic/supplyinfodetaillogic.go

+ 1 - 1
rpc/consumer/internal/logic/supplyinfodetaillogic.go

@@ -72,7 +72,7 @@ func (l *SupplyInfoDetailLogic) SupplyInfoDetail(in *consumerinfo.StatusReq) (*c
 						City:        mc.InterfaceToStr(v["city"]),
 						PublishTime: strconv.FormatInt(mc.Int64All(v["publish_time"]), 10),
 						CreateTime:  strconv.FormatInt(mc.Int64All(v["create_time"]), 10),
-						EntId:       se.SE.Encode2HexByCheck(mc.InterfaceToStr(v["ent_id"])),
+						//EntId:       se.SE.Encode2HexByCheck(mc.InterfaceToStr(v["ent_id"])),
 					}
 					info.OtherSupplyInfo = append(info.OtherSupplyInfo, &otherSupplyInfo)
 				}