Browse Source

bug

master
yibo 7 years ago
parent
commit
0042bea060
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      B3ClientService/OfflinRpc/BaseInfoRpc.cs

+ 1
- 1
B3ClientService/OfflinRpc/BaseInfoRpc.cs View File

@ -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],


Loading…
Cancel
Save