diff --git a/B3ClientService/Rpcs/SelfHelpRpc.cs b/B3ClientService/Rpcs/SelfHelpRpc.cs index 842db33..c4fe260 100644 --- a/B3ClientService/Rpcs/SelfHelpRpc.cs +++ b/B3ClientService/Rpcs/SelfHelpRpc.cs @@ -99,6 +99,9 @@ namespace BWP.B3ClientService.Rpcs var entity = Load(session, new Tuple("ID", id)); var details = LoadList(session, new Tuple("SendPigRecord_ID", id)); var weight = new WeightBill(); + weight.Creator = "李焕奎"; + weight.LiveVarieties_ID = 1; + weight.LiveVarieties_Name = "毛猪"; weight.ModifyTime = DateTime.Now; weight.AccountingUnit_ID = 1; weight.Department_ID = 2;