Commit ac92d057 by manxiaoqiang

adi

parent b6cacf5a
......@@ -397,7 +397,7 @@ public class ContractServiceImpl implements ContractService{
}
if(contract.getPlatform().equals("tkio")){
if(contract.getPlatform().equals("tkio")) {
if(contract.getContractType().equals("main")) {
IncrementFlow flow = incrementFlowRepository.findOne(resource.getContractCode());
if (null != flow) {
flow.setEndDate(resource.getEndDate());
......
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