|
@@ -671,7 +671,7 @@ public class ContractInfoServiceImpl extends BaseServiceImpl<ContractInfoMapper,
|
|
}
|
|
}
|
|
ContractInfo contractInfo1 = baseMapper.selectById(contractInfo.getId());
|
|
ContractInfo contractInfo1 = baseMapper.selectById(contractInfo.getId());
|
|
try {
|
|
try {
|
|
- int integer = archiveTreeContractMapper.updateByNodeName(contractInfo1.getContractName(),contractInfo.getContractName());
|
|
|
|
|
|
+ int integer = archiveTreeContractMapper.updateByNodeName(contractInfo1.getContractName(),contractInfo.getContractName(),contractInfo.getId());
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
}
|
|
}
|