|
@@ -72,7 +72,7 @@ func (l *SupplyInfoDetailLogic) SupplyInfoDetail(in *consumerinfo.StatusReq) (*c
|
|
City: mc.InterfaceToStr(v["city"]),
|
|
City: mc.InterfaceToStr(v["city"]),
|
|
PublishTime: strconv.FormatInt(mc.Int64All(v["publish_time"]), 10),
|
|
PublishTime: strconv.FormatInt(mc.Int64All(v["publish_time"]), 10),
|
|
CreateTime: strconv.FormatInt(mc.Int64All(v["create_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)
|
|
info.OtherSupplyInfo = append(info.OtherSupplyInfo, &otherSupplyInfo)
|
|
}
|
|
}
|