Commit 92a07781 by manxiaoqiang

2

parent 68585343
......@@ -524,9 +524,9 @@ public class ContractServiceImpl implements ContractService{
}
}else{
//同步修改trackingio的数据
if(contract.getPlatform().equals("tkio")){
if(contract.getPlatform().equals("tkio") && contract.getType().equals("main")){
accountService.forbiden(contract);
}else if(contract.getPlatform().equals("io")){
}else if(contract.getPlatform().equals("io") && contract.getType().equals("main")){
accountIOService.update(contract);
}
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