|
|
@@ -243,7 +243,7 @@ func (r *RedisTradeHolderDetailEx) ParseFromProto(p *pb.RedisTradeHolderDetailEx
|
|
|
// 单位
|
|
|
r.GoodsUnit = mtpcache.GetEnumDicitemName(int32(r.GoodsUnitID))
|
|
|
|
|
|
- r.THDetailEx.TradeTime = strings.Replace("\n\u0013", r.THDetailEx.TradeTime, "", -1)
|
|
|
+ r.THDetailEx.TradeTime = strings.Replace(r.THDetailEx.TradeTime, "\n\u0013", "", -1)
|
|
|
}
|
|
|
|
|
|
type MyTradegoodsdeliveryoffline struct {
|