支付条款类型修改
This commit is contained in:
@ -146,12 +146,12 @@ public class SettlementOfSubcontractingCompletionServiceImpl extends ServiceImpl
|
|||||||
item.setContractCodeName(xzdSubcontractVo.getContractCode());
|
item.setContractCodeName(xzdSubcontractVo.getContractCode());
|
||||||
}
|
}
|
||||||
// 支付条款
|
// 支付条款
|
||||||
if (item.getPaymentTerms() != null){
|
// if (item.getPaymentTerms() != null){
|
||||||
XzdSettlementRules byId = xzdSettlementRulesService.getById(item.getPaymentTerms());
|
// XzdSettlementRules byId = xzdSettlementRulesService.getById(item.getPaymentTerms());
|
||||||
if (byId != null){
|
// if (byId != null){
|
||||||
item.setPaymentTermsName(byId.getType());
|
// item.setPaymentTermsName(byId.getType());
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user