This website works better with JavaScript.
Home
Explore
Help
Sign In
BWPB3
/
B3ClientService
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Activity
Browse Source
.
master
yibo
8 years ago
parent
473b39c611
commit
07f919a9a0
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
;
}
}
}
Write
Preview
Loading…
Cancel
Save