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