支付条款类型修改

This commit is contained in:
lg
2025-11-04 20:02:37 +08:00
parent fedbb99b18
commit bc21aa3f41

View File

@ -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());
// }
// }
}
}