|
|
@@ -224,6 +224,9 @@ public class InvoiceServiceImpl implements InvoiceService {
|
|
|
if(StringUtils.isNotBlank(invoice.getCUrl())) {
|
|
|
invoice.setCUrl(downurl + invoice.getCUrl());
|
|
|
}
|
|
|
+ if(StringUtils.isBlank(invoice.getFpSupplier())) {
|
|
|
+ invoice.setFpSupplier("group");
|
|
|
+ }
|
|
|
});
|
|
|
return new PageResult<>(page.getRecords(), page.getTotal());
|
|
|
}
|