From 0042bea060110458de3795822433791857609d09 Mon Sep 17 00:00:00 2001 From: yibo <361071264@qq.com> Date: Mon, 16 Apr 2018 12:45:19 +0800 Subject: [PATCH] bug --- B3ClientService/OfflinRpc/BaseInfoRpc.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/B3ClientService/OfflinRpc/BaseInfoRpc.cs b/B3ClientService/OfflinRpc/BaseInfoRpc.cs index cc7bc24..bfb5c8a 100644 --- a/B3ClientService/OfflinRpc/BaseInfoRpc.cs +++ b/B3ClientService/OfflinRpc/BaseInfoRpc.cs @@ -96,7 +96,7 @@ namespace BWP.B3ClientService.Rpcs continue; goodsList.Add(new MinGoods { - ID = d.ID, + ID = d.Goods_ID, Name = (string)reader[8], Code = (string)reader[9], Spec = (string)reader[10],