yibo 7 years ago
parent
commit
d665b1576a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      B3ClientService/Tasks/CreateB3OutputTask.cs

+ 1
- 1
B3ClientService/Tasks/CreateB3OutputTask.cs View File

@ -50,7 +50,7 @@ namespace BWP.B3ClientService.Tasks
} }
} }
string method = "MainSystem/B3ButcherManage/Rpcs/OutputRpc/CreateOutput";
string method = "/MainSystem/B3ButcherManage/Rpcs/OutputRpc/CreateOutput";
private void DoExecute() private void DoExecute()
{ {
using (var context = new TransactionContext()) using (var context = new TransactionContext())


Loading…
Cancel
Save