Commit 00553dfe by kangxiaoshan

大后台

parent 05d02c8e
...@@ -216,7 +216,7 @@ public class ContractServiceImpl implements ContractService { ...@@ -216,7 +216,7 @@ public class ContractServiceImpl implements ContractService {
if (!StringUtils.isEmpty(codeName)) { if (!StringUtils.isEmpty(codeName)) {
String[] codeformat = codeName.split("-"); String[] codeformat = codeName.split("-");
if (codeformat.length == 4) { if (codeformat.length == 4) {
codeInt = Integer.parseInt(codeformat[3]); codeInt = Integer.parseInt(codeformat[3]);
} }
...@@ -1166,6 +1166,7 @@ public class ContractServiceImpl implements ContractService { ...@@ -1166,6 +1166,7 @@ public class ContractServiceImpl implements ContractService {
// accountIOService.update(contract); // accountIOService.update(contract);
// } // }
//状态变更 //状态变更
resource.setContent("作废");
contract.setStatus("cancel"); contract.setStatus("cancel");
} }
resource.setPlatform(contract.getPlatform()); resource.setPlatform(contract.getPlatform());
......
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