Commit bb4d9bc1 by manxiaoqiang

app排序

parent 760c141d
...@@ -270,7 +270,7 @@ public class ContractServiceImpl implements ContractService{ ...@@ -270,7 +270,7 @@ public class ContractServiceImpl implements ContractService{
} }
}else{ }else{
//同步修改trackingio的数据 //同步修改trackingio的数据
if(resource.getPlatform().equals("tkio")){ if(contract.getPlatform().equals("tkio")){
accountService.forbiden(contract); accountService.forbiden(contract);
} }
contract.setStatus("cancel"); contract.setStatus("cancel");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment