yibo 8 years ago
parent
commit
07f919a9a0
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      B3ClientService/Rpcs/BillRpc/WeightBillRpc.cs

+ 2
- 1
B3ClientService/Rpcs/BillRpc/WeightBillRpc.cs View File

@ -303,9 +303,10 @@ namespace BWP.B3ClientService.Rpcs.BillRpc
}
[Rpc]
public static void DoCheck(long b3ID, string creator)
public static int DoCheck(long b3ID, string creator)
{
WeightBillCheck.Insert(b3ID, creator);
return 1;
}
}
}

Loading…
Cancel
Save