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