|
@@ -1564,7 +1564,7 @@ public class CwFinanceInvoiceService extends ServiceImpl<CwFinanceInvoiceMapper,
|
|
|
.findFirst();
|
|
|
cwFinanceInvoice.setBillingPeopleReal(matchedUser.get());
|
|
|
}else {
|
|
|
- return "实际开票人:"+cwFinanceImportDTO.getBillingPeopleRealName()+" 不存在或不在可选择的人员列表中,请重新填写";
|
|
|
+ return "实际开票人:"+cwFinanceImportDTO.getBillingPeopleRealName()+" 名称错误,请重新填写";
|
|
|
}
|
|
|
}else {
|
|
|
cwFinanceInvoice.setBillingPeopleReal(userDTO.getId());
|
|
@@ -1579,7 +1579,7 @@ public class CwFinanceInvoiceService extends ServiceImpl<CwFinanceInvoiceMapper,
|
|
|
.findFirst();
|
|
|
cwFinanceInvoice.setReconciliationPeople(matchedUser.get());
|
|
|
}else {
|
|
|
- return "对账人:"+cwFinanceImportDTO.getReconciliationPeopleName()+" 不存在或不在可选择的人员列表中,请重新填写";
|
|
|
+ return "对账人:"+cwFinanceImportDTO.getReconciliationPeopleName()+" 名称错误,请重新填写";
|
|
|
}
|
|
|
}else {
|
|
|
cwFinanceInvoice.setReconciliationPeople(userDTO.getId());
|